JSFiddle - React, Tailwind, and code Playground
HTML
<div class="right">right</div>
<div class="left">left</div>
CSS
.left{
background:red;
}
.right{
float:right;
width:200px;
background:green
}
<div class="right">right</div>
<div class="left">left</div>
.left{
background:red;
}
.right{
float:right;
width:200px;
background:green
}