ecabigting
← Back to Blog

How to install Tailwind CSS via CDN

by Eric Thomas D. Cabigting
How to install Tailwind CSS via CDN

Copy the following code to your html head:

HTML
<link href="https://unpkg.com/tailwindcss@^2/dist/tailwind.min.css" rel="stylesheet">

Thats it!

Continue Reading.