JSFiddle - React, Tailwind, and code Playground
HTML
<select>
<option>My really long option just goes on, and on, and on...</option>
</select>
CSS
select {
width: 50px;
}
<select>
<option>My really long option just goes on, and on, and on...</option>
</select>
select {
width: 50px;
}