Tailwind can make work easier because it works on a different abstraction level.
It's the same concept we often use within JavaScript code. Instead of building interfaces in the browser using JavaScript directly, we’ll use React instead for example, which is an abstraction that makes our lives better.
We’ll do the same with CSS by using Tailwind.
Tailwind is a way to apply CSS by using special HTML classes.
- Node v16 or later (check version using
node -v
)
- Install initial dependencies using
npm install
- Build Tailwind using
npm run tw:build