JSFiddle - React, Tailwind, and code Playground

by halirgb

HTML

<div class="lol"></div>

CSS

.lol{
    height:59px;
    width:100%;
    display:block;
    background-color:red;
}