JSFiddle - React, Tailwind, and code Playground
HTML
<div class="ameen">
<div class="chield">
test
</div>
</div>
<br>
<br>
<div class="ameen2">
<div class="chield">
</div>
</div>
CSS
body {
color: #fff;
}
.ameen {
background: #333;
}
.ameen2 {
background: #300;
height: 50px;
}