JSFiddle - React, Tailwind, and code Playground
HTML
<div>
<input type="text">
<button>OK</button>
</div>
CSS
div {
display:flex;
}
input {
flex:1;
}
<div>
<input type="text">
<button>OK</button>
</div>
div {
display:flex;
}
input {
flex:1;
}