
Tailwind CSS
A Utility-First CSS Framework for Rapid UI Development
What is Tailwind CSS?
Tailwind is different from frameworks like Bootstrap, Foundation, or Bulma in that it's not a UI kit. It doesn't have a default theme, and there are no built-in UI components. On the flip side, it also has no opinion about how your site should look and doesn't impose design decisions that you have to fight to undo.
If you're looking for a framework that comes with a menu of predesigned widgets to build your site with, Tailwind might not be the right framework for you, which is why we have some alternatives. But if you want a huge head start implementing a custom design with its own identity, Tailwind might be just what you're looking for.
Utility-first
Creating a framework for building custom UIs means you can't provide abstractions at the usual level of buttons, forms, cards, navbars, etc. Instead, Tailwind provides highly composable, low-level utility classes that make it easy to build complex user interfaces without encouraging any two sites to look the same.
Component-friendly
While you can do a lot with just utility classes, sometimes a component class is the right decision. Tailwind provides tools for extracting component classes from repeated utility patterns, making it easy to update multiple instances of a component from one place.
Responsive to the core
Every Tailwind utility also comes in responsive flavors, making it extremely easy to build responsive interfaces without ever leaving your HTML. Tailwind uses an intuitive {screen}: prefix that makes it easy to notice responsive classes in your markup while keeping the original class name recognizable and intact.
Designed to be customized
If it makes sense to be customizable, Tailwind lets you customize it. This includes colors, border sizes, font weights, spacing utilities, breakpoints, shadows, and tons more. Tailwind is written in PostCSS and configured in JavaScript, which means you have the full power of a real programming language at your fingertips. Tailwind is more than a CSS framework, it's an engine for creating design systems.
Tailwind CSS Screenshots



Tailwind CSS Features
Tailwind CSS information
Supported Languages
- English
GitHub repository
- 66,187 Stars
- 3,369 Forks
- 8 Open Issues
- Updated
Comments and Reviews
Said about Tailwind CSS as an alternative
I love tailwind i was originally using bootstrap but i was eyeballing tailwind but tailwind 2.0 converted me its the best css framework but its not its a utility framework for css its different then bootstrap
Tags
- CSS / Stylesheets
- Web Design
- Web Development
- responsive-web-design
Category
DevelopmentRecent user activities on Tailwind CSS
samsonrialou edited Tailwind CSS
dreamcoder_uzbek added Tailwind CSS as alternative(s) to Reactstrap
nipodemos13 doesn't think jQuery Mobile is an alternative to Tailwind CSS
is not for styling web aplications, so it's not similar enough
Once you get used to it (and the documentation and community are strong) it is really awesome for both prototyping and production! Really a big fan of this, after years of hand-coding CSS, SCSS, and trying the major style framworks (Bootstrap, Foundation, Bulma, and more). Recommended!
Way better than Bootstrap ! It does not even compare. The VSCode extension is really well done and helps you to remember all the tailwind CSS class. The documentation is master class and the GitHub repo awesome tailwindcss is amazing ! Use it !