JSFiddle - React, Tailwind, and code Playground

HTML

<div class="left"></div>
<div class="center">hello</div>

CSS

.left{
    float:left;
    background-color:yellow;
    height:50px;
    width:210px;
}
.center{background-color:green;height:100%;height:50px;}