Answers for "tailwind v2 cdn"

CSS
0

tailwind cdn v3

<!-- Use the Play CDN to try Tailwind right in the browser without 
any build step. -->
<script src="https://cdn.tailwindcss.com"></script>

<!-- 
NOTE: The Play CDN is designed for development purposes only, 
and is not the best choice for production. 
-->
Posted by: Guest on December-11-2021
0

install tailwind with cdn

<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">
Posted by: Guest on September-16-2021

Browse Popular Code Answers by Language