Best of Tailwind CSSFebruary 2024

  1. 1
    Article
    Avatar of devtoDEV·2y

    Tailwind CSS under the hood

    Learn about utility-first CSS and the benefits of using Tailwind CSS. Discover how Tailwind CSS works under the hood.

  2. 2
    Article
    Avatar of communityCommunity Picks·2y

    Tailwind vs. Semantic CSS

    This post compares the differences between Tailwind and Semantic CSS in terms of coding, rendering speed, separation of concerns, and more. It highlights that Semantic CSS is significantly smaller in size, faster in rendering, and allows for loose coupling and reusability.

  3. 3
    Video
    Avatar of communityCommunity Picks·2y

    This UI component library is mind-blowing

    Discover a mind-blowing UI component library that offers a collection of reusable components for lazy developers. Learn how to use it in your project and explore advanced animations that can be achieved with this library.

  4. 4
    Article
    Avatar of devtoDEV·2y

    Here is my coolest portfolio

    The post discusses the author's experience revamping their portfolio website using Tailwind CSS, GSAP, and Next.js. It highlights the importance of learning DSA in programming and emphasizes the significance of showcasing projects and work experience in a portfolio.

  5. 5
    Article
    Avatar of devtoDEV·2y

    Create VS Code Extension with React, TypeScript, Tailwind

    This post provides a step-by-step guide on how to create a VS Code extension using React, TypeScript, and Tailwind CSS. It covers topics such as extension creation, Webview API for UI, styling UI, scripting, implementing React, TypeScript, and Tailwind, and also includes a bonus section on using the VS Code UI Toolkit.