JSFiddle - React, Tailwind, and code Playground
by unloco
HTML
<div style="position:relative;border:1px solid blue;overflow:auto">
<div style="height: 100px; width: 100px; background: red;">
i will cause overflow, but the green box will not
<div style="position:absolute; z-index:-1; left: 20px; top:0; height: 200px; width: 200px; background: green;">
</div>
</div>
</div>