JSFiddle - React, Tailwind, and code Playground
by luka kupunia
HTML
<div class="box"> </div>
CSS
div.box {
width: 200px;
height: 550px;
background: red;
}
by luka kupunia
<div class="box"> </div>
div.box {
width: 200px;
height: 550px;
background: red;
}