Add latest Tailwind CSS CDN version

This commit is contained in:
Mike Wink 2021-07-02 09:54:08 +02:00 committed by GitHub
commit 3606d7d5ce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,6 +4,9 @@
<meta charset="utf-8">
<title>Mike Wink - A Developer</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://unpkg.com/tailwindcss@^2/dist/tailwind.min.css" rel="stylesheet">
</head>
<body class="bg-indigo-100 m-8">
<h1 class="text-blue-800 text-xl leading-tight">Busy working on client projects, but there will be a website soon!</h1>