Original author(s) | Adam Wathan, Jonathan Reinink, David Hemphill, and Steve Schoger |
---|---|
Developer(s) | Tailwind Labs[1] |
Initial release | 13 May 2019[2] |
Stable release | 3.4.14[3]
/ 15 October 2024 |
Repository | |
Written in | TypeScript, Rust, CSS |
Platform | Web |
Available in | English |
License | MIT License[4] |
Website | tailwindcss.com |
Tailwind CSS is an open-source CSS framework. Unlike other frameworks, like Bootstrap, it does not provide a series of predefined classes for elements such as buttons or tables. Instead, it creates a list of "utility" CSS classes that can be used to style each element by mixing and matching.[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. To achieve this result in Tailwind, one would have to apply a set of classes created by the library: bg-yellow-300
and font-bold
.
As of 5 August 2024, Tailwind CSS has over 81,000 stars on GitHub.[7]