DEV Community

Cover image for Tailwind CSS
Priyanshu mundra
Priyanshu mundra

Posted on

Tailwind CSS

Tailwind CSS can be used to make websites in the fastest and the easiest way.

Tailwind CSS is basically a utility-first CSS framework for rapidly building custom user interfaces. It is a highly customizable, low-level CSS framework that gives you all of the building blocks you need to build bespoke designs without any annoying opinionated styles you have to fight to override.

The beauty of this thing called tailwind is it doesn’t impose design specification or how your site should look like, you simply bring tiny components together to construct a user interface that is unique. What Tailwind simply does is take a ‘raw’

CSS file, processes this CSS file over a configuration file, and produces an output.

Why Tailwind CSS?

1. The faster UI building process
2. It is a utility-first CSS framework which means we can use utility classes to build custom designs without writing CSS as in the traditional approach.

Advantages of Tailwind CSS:

1. No more silly names for CSS classes and Ids.
2. Minimum lines of Code in CSS file.
3. We can customize the designs to make the components.
4. Makes the website responsive.
5. Makes the changes in the desired manner.
6. CSS is global in nature and if make changes in the file the property is changed in all the HTML files linked to it. But with the help of Tailwind CSS, we can use utility classes and make local changes.

Why Should you use Tailwind CSS ?

❤️ Thank you very much for reading ❤️
Like | Share | Follow

Top comments (0)