Tailwind CSS dynamically add classes
Are there docs or some guidelines on how the tailwind unused css class purging works exactly and how to avoid the pittfals that might result? Especially in regards to dynamically added or constructed class names.
Solution