0

I am getting this error "The resource from “https://unpkg.com/tailwindcss@3.2.1/dist/tailwind.min.css” was blocked due to MIME type (“text/plain”) mismatch (X-Content-Type-Options: nosniff)." As such, the style options are not loading. What could be the issue?

I created a tag for tailwind CSS but it does not lead the required styles.

1 Answers1

0

Use the below script in the <head> tag in your Html file and then you can use tailwind CSS classes.

<script src="https://cdn.tailwindcss.com"></script>
Prashant
  • 177
  • 4