Best of Tailwind CSS โ€” November 2020

  1. 1
    Article
    Avatar of devdojoDevDojoยท6y

    Tailwind V2 Released ๐ŸŽ‰

    Tailwind version 2.0 has been officially released along with a fancy new website. There are some pretty cool things available in v2, which include:Focus Ring Feature. A new breakpoint is available in version 2, which is 2xl ; this will allow you to apply different styles to any screen resolutions.

  2. 2
    Article
    Avatar of phProduct Huntยท6y

    Tailwind CSS v2.0 โ€” Rapidly build modern websites without ever leaving your HTML

    A utility-first CSS framework packed with classes like flex, pt-4, text-center and rotate-90. Can be composed to build any design, directly in your markup. Embed this code into your website and use it to create your own designs. Share this post with your friends.

  3. 3
    Article
    Avatar of hashnodeHashnodeยท6y

    Next.js Starter With Authentication + React 17 + TypeScript + Tailwind CSS 2 + ESLint

    Next.js has become my go-to framework for almost every project that I make. So, I made a starter template that I can just use and get started easily. In this article, I will show you how to use the starter template and deploy it with Vercel. I will also be connecting a Postgres database which I will create on Heroku.

  4. 4
    Article
    Avatar of hashnodeHashnodeยท6y

    Bootstrap or TailwindCSS: How to decide a framework for your next project?

    There is no right or wrong way here. If you are already using Bootstrap, you know the importance and how much time it can save as a developer. Developers with little or no CSS knowledge is loving TailwindCSS because by just remembering few utility classes, they can do many awesome things without even touching CSS file (which is their worst nightmare)

  5. 5
    Article
    Avatar of devtoDEVยท5y

    What Can You Do with Tailwind 2?

    Tailwind CSS is a productivity-boosting CSS framework used by millions. The new 2.0 version will be released on November 18th, 2020. Tailwind is composed of small single-purpose utility classes which pull from a standard set of values. The breadth of utility classes allows us to write 95-100% of our CSS using just utilities.

  6. 6
    Article
    Avatar of hashnodeHashnodeยท5y

    Setting up Tailwind CSS v2.0 with Create React App