Installation

1. Install Tailwind

Tailwind

https://tailwindcss.com/docs/installation

2. Import the Sen font

Import the font at the top of your css file

@import url(https://fonts.bunny.net/css?family=sen:400,700,800);

Add the font to your tailwind config

{

theme : {

fontFamily : {

'sen' : [ 'sen', 'sans-serif' ]

}

}

}

3. Use the font

<body class="font-sen" ></body>

4. Use the components

Go and copy any of the components and use them in your project.

OtterUI - @fabian9799