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