Answers for "what is cdn tailwindcss different from"

CSS
4

tailwind css cdn

<script src="https://cdn.tailwindcss.com"></script>
Posted by: Guest on January-03-2022
0

Using tailwind via CDN

<!-- add it to the head section of the html file -->
<link href="https://unpkg.com/tailwindcss@^1.0/dist/tailwind.min.css"
      rel="stylesheet">
Posted by: Guest on February-07-2022

Browse Popular Code Answers by Language