JSFiddle - React, Tailwind, and code Playground
by vjeux
HTML
<div id="frame">
</div>
<div id="sidebar" data-anchor="left #frame right">
</div>
CSS
#frame {
width: 100px;
height: 200px;
background-color: #333;
}
#frame {
width: 50px;
height: 120px;
background-color: red;
}