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