JSFiddle - React, Tailwind, and code Playground
HTML
<div class="rou">
<div class="rnd"></div>
</div>
CSS
.rnd {
height: 17em;
width: 11em;
background-color: gray;
}
<div class="rou">
<div class="rnd"></div>
</div>
.rnd {
height: 17em;
width: 11em;
background-color: gray;
}