JSFiddle - React, Tailwind, and code Playground

HTML

<fieldset style="background:blue; display:inline;width:100%;">
<select name=countries style="width:90%;">
 <option value=gs>South Georgia and the South Sandwich Islands</option>
</select>

<input name=others style="display: block; min-width:300px;width:90%;">
</fieldset>