JSFiddle - React, Tailwind, and code Playground
by adelura
HTML
<div class="a">
<div class="b">
</div>
<div class="c">
duddsjfhjh
</div>
</div>
CSS
.a {
height: 200px;
}
.b {
width: 200px;
height: 100%;
float: left;
background: orange;
}
.c {
height: 100%;
background: green;
z-index: 10;
position: relative;
overflow: hidden;
}