JSFiddle - React, Tailwind, and code Playground
by sc0rp10
HTML
<div class="wrapper">
<div class="foo"></div>
<input type="text" />
</div>
CSS
.wrapper {
width:100px;
}
.foo, input {
height:30px;
display:block;
margin:0 20px;
background-color:#ebacca;
}