Advanced Tailwind

Learn how to set up a new project in Tailwind and its prerequisites.

Previously, we learned that Tailwind CSS is the best known utility-first framework. We’ve seen its use cases in designing blog web apps, and now it’s time to explore some core and advanced concepts.

Why do we need advanced concepts?

Utility-first frameworks offer a rich collection of CSS class utilities that can be combined like Lego blocks to build any kind of design. Learning the basics of how to use these utilities is also very straightforward.

But this knowledge alone isn’t enough for building complex and flexible designs. After grasping the basics, instead of diving deeper into what can be done with Tailwind, many users decide to use ready-made templates or a copy-paste approach to building their designs. The ...