JSFiddle - React, Tailwind, and code Playground
by AlexKhrapal
HTML
<div class="test">123</div>
CSS
.test {
width: 100px;
height: 100px;
background: #000;
}
by AlexKhrapal
<div class="test">123</div>
.test {
width: 100px;
height: 100px;
background: #000;
}