JSFiddle - React, Tailwind, and code Playground

HTML

<div style="display: flex; width: 200px; background: black; padding: 2px">
  <div style="background: red; padding: 2px; flex: 1">
    <input style="flex: 1; min-width: 0" type="text" />  
  </div>
  <div style="background: red; padding: 2px; flex: 1">
    <input style="flex: 1; min-width: 0" type="text" />  
  </div>
</div>