JSFiddle - React, Tailwind, and code Playground

by j08691

HTML

<section id="section-right">My right section</section>
<section id="section-left">My left section</section>

CSS

#section-left {
    overflow:hidden;
}
#section-right {
    width:220px;
    margin-left:30px;
    float:right;
}
section {
    border:1px solid #999;
    height:200px;
}