I am struggling to isolate the tailwind CSS in a large project. Initially, I had two products with their CSS, and later added a third product with tailwind styling.
Now, I am facing issues trying to exclusively use the tailwind CSS while disregarding the rest of the CSS present in the app. How can I override the bootstrap and other CSS used in the app?
I have attempted CSS resets and directly inserted the tailwind output, but so far, nothing has resolved the issue. Any guidance or assistance would be greatly appreciated. Thank you! (screenshots attached)