JSFiddle - React, Tailwind, and code Playground
HTML
<div style="width: 1000px">
<div style="float: right; background-color: red; width: 400px; height:200px">c</div>
<div style="float: left; background-color: green; width: 600px; height:400px">a</div>
<div style="float: left; background-color: blue; width: 600px; height:200px">b</div>
</div>