To get started without any installation, just copy one of the bellow links to our compiled version of Tailwindcss and add it into your project.
To get all the tailwindcss styles on which these components are presented, include the following code inside your html file:
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/creativetimofficial/tailwind-starter-kit/tailwind.css">
To get all the tailwindcss styles, but minified, on which these components are presented, include the following code inside your html file:
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/creativetimofficial/tailwind-starter-kit/tailwind.min.css">
To only get the tailwindcss styles for the presented components, include the following code inside your html file: file:
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/creativetimofficial/tailwind-starter-kit/compiled-tailwind.css">
To only get the tailwindcss styles for the presented components, but minified, include the following code inside your html file:
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/creativetimofficial/tailwind-starter-kit/compiled-tailwind.min.css">