Stop Mixing Them Up: Tailwind’s Space vs Gap Explained
You’re relishing styling with Tailwind and then… BOOM. You need to add some spacing between items. What do you use — space or gap?

Search for a command to run...
Articles tagged with #tailwind-css
You’re relishing styling with Tailwind and then… BOOM. You need to add some spacing between items. What do you use — space or gap?

A few days ago, I created a new React project using Vite, and I intended to use Tailwind for styling. However, I ran into some issues — Tailwind just couldn’t be initialised! I used the usual command npx tailwind init -p, but I got errors in my conso...

Having a web application without the appropriate styling of active links can be a nightmare for users. In this article, we see how to easily style act

Recently, while working on a website, I discovered I would need to create a button component to ease my workflow (as there were quite a number of buttons to be added). However, after some trial and error, plus searching through forums and blogs, I de...
