tailwind css purge whitelist
Check this https://tailwindcss.com/docs/optimizing-for-production#safelisting-specific-classes
But you need to be aware that regex safelisting using PurgeCSS
only works if you are not using JIT as explained here:
https://github.com/ngneat/tailwind/issues/100#issuecomment-827686193