JSFiddle - React, Tailwind, and code Playground

by Mr_Vasu

HTML

<div class="main">
    <div>text</div>
</div>

CSS

@import url(https://fonts.googleapis.com/css?family=Lato:400,300,300italic);
.main{
font-family:Lato;
    font-weight:300;
    background:#0d2d38;
    height:300px; width:100vw;
    font-size:14px;
    color:#fff;
    padding:10vh;
}