JSFiddle - React, Tailwind, and code Playground
HTML
<div style="display: flex; width: 200px; background: black; padding: 2px">
<div style="flex: 1">
<input style="width: 100%" type="text" />
</div>
<div style="flex: 1">
<input style="width: 100%" type="text" />
</div>
</div>