JSFiddle - React, Tailwind, and code Playground
HTML
<span>
<div>
e
</div>
</span>
CSS
span {
width: 100%;
height: 100%;
position: absolute;
background: yellow;
}
div{
/* position: absolute; */
width: 6dvw;
height: 6dvw;
background: red;
}