JSFiddle - React, Tailwind, and code Playground
by halirgb
HTML
<div class="lol"></div>
CSS
.lol{
height:59px;
width:100%;
display:block;
background-color:red;
}
by halirgb
<div class="lol"></div>
.lol{
height:59px;
width:100%;
display:block;
background-color:red;
}