Quick Start

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.


All CSS unminified (~41.7MB)

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">

All CSS minified (37.1MB)

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">

Only used CSS unminified (~80 KB)

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">

Only used CSS minified (~61 KB)

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">