JSFiddle - React, Tailwind, and code Playground
HTML
<div style="float: right; background: yellow;">first</div>
<div style="margin-top: 2em; background: cyan;">second</div>
CSS
body { margin: 0; overflow: hidden; background: red; }
<div style="float: right; background: yellow;">first</div>
<div style="margin-top: 2em; background: cyan;">second</div>
body { margin: 0; overflow: hidden; background: red; }