Published
- 1 min read
install tailwind with cdn
The solution for this is noted below
install tailwind with cdn
Solution
<link href="https://unpkg.com/tailwindcss@^2/dist/tailwind.min.css" rel="stylesheet">
<link href="https://cdnjs.cloudflare.com/ajax/libs/tailwindcss/2.0.2/tailwind.min.css" rel="stylesheet">
Try other methods by searching on the site. That is if this doesn’t work