Open shaheerarfat123 opened 11 months ago
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
Hi when I use the code and run the website the code has the html but not the css. Can I have some help