PrimeNG styles are not applied when used with @tailwind base;
09:48 06 Oct 2023

I am working on a project using Angular and Tailwind and recently we decided to add PrimeNG to take advantage of some of the components they have. However, we realized that styles are not applied even though they are included in angular.json. When we remove our "@tailwind base;" config, then PrimeNG styles are applied. However, we need to configure our styles with @tailwind base;

Any idea on how to make PrimeNG styling work as expected when @tailwind base config is also in place?

angular tailwind-css primeng