JSFiddle - React, Tailwind, and code Playground
by luka kupunia
HTML
<div class="box">
<div class="box1">1231<br>fwefw</div>
<div class="box2">1</div>
</div>
CSS
div.box {
width: 500px;
background :red;
}
div.box1 {
width: 240px;
height: 100%;
background: grey;
display: inline-block;
}
div.box2 {
width: 240px;
top: 0;
height: 100%;
background: #eee;
display: inline-block;
}