JSFiddle - React, Tailwind, and code Playground
HTML
<h1>Case 1 : </h1>
<div id="A" style="float:right; Background-color: Red;">Alpha</div>
<div style="clear: right" />
<div id="B" style="margin-top: 20px; Background-color: Green;">Bravo</div>
<h1>Case 2 : </h1>
<div id="A" style="float:right; Background-color: Red;">Alpha</div>
<div id="B" style="clear: right;margin-top: 20px; Background-color: Green;">Bravo</div>