JSFiddle - React, Tailwind, and code Playground
by dave ho
HTML
<div id="holder">suck</div>
<div id="pop">it</div>
CSS
#holder {
width: 200px;
height: 50px;
background: red;
position: relative;
}
#pop {
position: absolute;
width: 50px;
height: 200px;
background: blue;
margin: 0 0 0 25px;
}