JSFiddle - React, Tailwind, and code Playground
by operatino
HTML
<div style="width: 200px; height: 200px; position: relative;">
<div style="position: absolute; width:200px; height: 100%; background: red;"></div>
</div>
by operatino
<div style="width: 200px; height: 200px; position: relative;">
<div style="position: absolute; width:200px; height: 100%; background: red;"></div>
</div>