JSFiddle - React, Tailwind, and code Playground

by alirizaadiyahsi

HTML

<div class="top">top</div>
<div class="content">content</div>
<div class="bottom">bottom</div>

CSS

.top{
    background-color:red;
}
.content{
    background-color:blue;
}
.bottom{
    background-color:gray;
}