JSFiddle - React, Tailwind, and code Playground

by garreh

HTML

<select name="test">
    <option>Here is some text.</option>
    <option>Here is some more text.</option>
    <option>And some more text.</option>
    <option>This is another sentence.</option>
    <option>This is a slightly longer sentence.</option>
</select>

CSS

select {
    width: 100px;
}