JSFiddle - React, Tailwind, and code Playground
HTML
<div class="test">
<div/><div/><div/><div/>
</div>
CSS
.test {
width: 50px;
height: 50px;
background: blue;
}
<div class="test">
<div/><div/><div/><div/>
</div>
.test {
width: 50px;
height: 50px;
background: blue;
}