Installation
Tailwind
https://tailwindcss.com/docs/installation
@import url(https://fonts.bunny.net/css?family=sen:400,700,800);
{
theme : {
fontFamily : {
'sen' : [ 'sen', 'sans-serif' ]
}
}
}
<body class="font-sen" ></body>
Go and copy any of the components and use them in your project.
OtterUI - @fabian9799