Unlike other frameworks, like Bootstrap, it does not provide a series of predefined classes for elements such as buttons or tables.
[5][6] For example, in other traditional systems, there would be a class message-warning that would apply a yellow background color and bold text.
There are many utility classes in Tailwind CSS that enable to control a large number of CSS properties like colors, border, display type (display), font size and font, layout, shadow... Tailwind offers the possibility to apply a utility class only in some situations through media queries, which is called a variant.
Tailwind CSS is developed using JavaScript, runs via Node.js, and installs with environment package managers like npm or yarn.
The default mode of Tailwind is that the system generates all possible CSS combinations based on the project settings.