Why is my tailwind css that is directly on my component in my npm package not showing?
I’m encountering an issue with a custom NPM package I’ve created using Vite, React, and library mode. I’ve configured Tailwind CSS in the package and added a few custom CSS classes. While everything works perfectly when I run the project locally, I’m facing a problem once the package is published and used in a new project.