JSFiddle - React, Tailwind, and code Playground
by kevinPHPkevin
HTML
<div id="wrapper" style="margin-top: 9px; margin-bottom: 9px; float: right; width: 55.45%;">
<div id="home" class="button-style" style="width: 4px; float: left;">
<a href="_blank">1</a>
</div>
<div id="options " class="button-style " style="width: 4px; float: right; ">
<a href="_blank ">3</a>
</div>
<div id="settings " class="button-style " style="width: 4px; margin-left: auto; margin-right: auto; ">
<a href="_blank ">2</a>
</div>
</div>
CSS
div {
height:30px;
background: grey;
min-width:20px;
}
#wrapper {
background:red;
}