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;
}