How to add Tailwind CSS to your HTML project
In this short article, you will learn how to create a simple HTML project using TailwindCSS.
What makes Tailwind great?
Tailwinds makes life so much easier for people struggling with vanilla css. Tailwind provides low-level utility classes, that enab...
khazifire.hashnode.dev4 min read
Emmanuel odii
Javascript Engineer
Adding tailwind to html isn't a big deal, Let's keep this simple for folks who aren't using a framework.
Add the CDN link below to the head of your html page, and you're set to use tailwind! CDN: <script src="cdn.tailwindcss.com"></script>