Skip to content

Instantly share code, notes, and snippets.

@spring-raining
Created November 21, 2022 07:37
Show Gist options
  • Select an option

  • Save spring-raining/f4662b14933af010c0f5997f37761bc5 to your computer and use it in GitHub Desktop.

Select an option

Save spring-raining/f4662b14933af010c0f5997f37761bc5 to your computer and use it in GitHub Desktop.
Tailwind Play CDN demo
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="https://cdn.tailwindcss.com"></script>
</head>
<body>
<h1 class="text-3xl font-bold underline">
Hello world!
</h1>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment