JSFiddle - React, Tailwind, and code Playground
by ZedBee
HTML
<div class="container">
adsf
</div>
CSS
.container
{
width:80%;
height:50%
background-color:#eee;
}
by ZedBee
<div class="container">
adsf
</div>
.container
{
width:80%;
height:50%
background-color:#eee;
}