JSFiddle - React, Tailwind, and code Playground
HTML
<fieldset style="background:blue;">
<div style="display:inline-block;max-width:90%;">
<select name=countries style="width:100%">
<option value=gs>South Georgia and the South Sandwich Islands</option>
</select>
</div>
</fieldset>