Tailwind classes and Tailwind CSS variables should not be used for theme-related CSS properties

Tailwind classes and Tailwind CSS variables should not be used for theme-related CSS properties such as text color, background color, border color, and box shadows. Instead, we should use the neetoUI CSS variables and utility classes (border, border-radius, box-shadows, text and background color).

Bad

bad_usage_of_tailwind.png

Good

good_tailwind_example.png