im using tailwind css CDN in my project i used script tag in head section
<script src="https://cdn.tailwindcss.com"></script>
it doesnt appling css on my html
but when i use this link
<link href="https://cdnjs.cloudflare.com/ajax/libs/tailwindcss/2.2.19/tailwind.min.css" rel="stylesheet">
it works perfectly fine
plz tell me the reason behind it and suggest me how i make my script tag tailwing work properly
About tailwind CSS CDN