JSFiddle - React, Tailwind, and code Playground
by brigand
HTML
<div class="box"></div>
CSS
.box {
width: 2em;
height: 2em;
border: 1em solid black;
}
by brigand
<div class="box"></div>
.box {
width: 2em;
height: 2em;
border: 1em solid black;
}