JSFiddle - React, Tailwind, and code Playground
by lmk123
HTML
<div id="out">
<div id="in"></div>
</div>
CSS
#out {
position: absolute;
}
#in {
width: 200px;
height: 50px;
}
by lmk123
<div id="out">
<div id="in"></div>
</div>
#out {
position: absolute;
}
#in {
width: 200px;
height: 50px;
}