JSFiddle - React, Tailwind, and code Playground
by acwong
HTML
<div class="container">
<div class="left"></div>
<div class="right"></div>
</div>
CSS
.container {width:1000px;border: 1px solid red;padding:20px}
.left {width: 300px;height:500px;background-color:blue;}
.right {width: 600px;height:500px;margin:-500px 0 0 300px;background-color:yellow;}