JSFiddle - React, Tailwind, and code Playground

HTML

<form action="" method="get">
<select id="myselect" name="monster-widget-just-testing">
<option value="0">First
</option><option value="1">Second
</option><option value="2">Third OMG! How can one option contain soooo many words? This really is a lot of words.
</option></select>
</form>

CSS

#myselect { 
width:50px; 
} 
#myselect option { 
width:40px; 
}