tailwindtoolbox/Landing-Page

Tailwind css not showing up

Opened this issue · 1 comments

Hi when I use the code and run the website the code has the html but not the css. Can I have some help

How are you trying to run it?

you can switch out the following line:

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

to use the cdn instead:

<script src="https://cdn.tailwindcss.com"></script>

buit ideally you want to be using something like vite or another build tool...
https://tailwindcss.com/docs/installation/framework-guides