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