JSFiddle - React, Tailwind, and code Playground

HTML

<div class="one">info1</div>
<div class="two">info2</div>
    <div class="three">info3</div>

CSS

.Main{
    width:100%;
}
}
.one {
width:23%;
float:right;
}
.two {
width:76%;
float:left;
}
.three {
float:right;
width:23%;
}