JSFiddle - React, Tailwind, and code Playground

HTML

<div>
   <input type="text">
   <button>OK</button>
</div>

CSS

div {
  display:flex;
}
input {
  flex:1;
}