The difference between..
Somtochukwu Nnaji

Somtochukwu Nnaji @dovey21

About: Am a beginner frontend developer from Nigeria, learning how to build things with HTML, CSS and Javascript. I love learning and reading

Location:
Awka,Nigeria.
Joined:
May 21, 2022

The difference between..

Publish Date: Jun 18 '22
4 4

Hey folks, I really wanna know the difference between TailwindCSS and the actual CSS.

Comments 4 total

  • Andrew Baisden
    Andrew BaisdenJun 18, 2022

    Tailwind CSS is essentially a utility first CSS framework for quickly building custom user interfaces. It uses custom classes which have already been written. You just follow the documentation to scaffold your website.

    Plain CSS on the other hand is just that. You have have to create everything from scratch. All of your classes and styles etc... It's a clean slate and you have 100% freedom whereas Tailwind CSS has all of that setup for you including the grids and layout styles.

    • Somtochukwu Nnaji
      Somtochukwu NnajiJun 18, 2022

      Thanks buddy I really appreciate what you’re doing for the community 🫡

  • Somtochukwu Nnaji
    Somtochukwu NnajiJun 18, 2022

    Thanks fam 🙏

Add comment