My project is currently Vuejs which use BootstrapVue components (seems to use bootstrap 4 css).
I am trying to use Tailwind css for new custom components.
Is it po
You can solve classes conflict using a prefix
// tailwind.config.js module.exports = { prefix: 'tw-', }
Note: probably you will have a problem with normalize.css, which used in @tailwind base
normalize.css
@tailwind base