Im using Angular with PrimeNG and some other stuff and for me to work correctly I had to use this:
@import "tailwindcss/tailwind.css";
The default import of tailwindcss alone did not work for me.