JSFiddle - React, Tailwind, and code Playground
by oilvier
HTML
<div class="etalon"></div>
<div class="foo"><div class="bar"></div></div>
CSS
.etalon {width:795px; background:firebrick; height:28px; margin:0 0 10px;}
.foo {width:795px; position:relative; height:28px;}
.bar {position:absolute; left:0; bottom:0; height:28px; width:775px; padding:0 10px; background:crimson}