JSFiddle - React, Tailwind, and code Playground
HTML
<div id="edit"><div id="containment"></div></div>
CSS
#edit{width:200px; height:200px; overflow:visible; margin-top:100px; background:gray;}
#containment{width:500px; height:500px; opacity:0.5; background:red}