JSFiddle - React, Tailwind, and code Playground
by Blanca B
HTML
<div id="grandad">
<div id="father">
<div id="element"></div>
</div>
</div>
CSS
#grandad {
background-color: pink;
width: 340px;
height: 223px;
}
#father {
background-color: paleturquoise;
width: 240px;
height: 160px;
}
#element {
background-color: plum;
width: 140px;
height: 93px;
}