JSFiddle - React, Tailwind, and code Playground
by George Batt
HTML
<button class="a"></button>
<button class="c"></button>
<div class="b">A</div>
CSS
.a { width: 30px; float:left; }
.c { width: 50px; float:right; }
.b{overflow:hidden; background:#EEE;}