JSFiddle - React, Tailwind, and code Playground
HTML
<div class="panel">
</div>
<div class="content">
</div>
CSS
.content {
height: 200px;
border: 1px solid blue;
overflow: hidden;
}
.panel {
width: 20%;
height: 200px;
float:right;
border: 1px solid #ccc;
}