JSFiddle - React, Tailwind, and code Playground

HTML

<select>
    <option>my option</option>
    <option>my option</option>
    <option>my option</option>
    <option>my option</option>
    <option>my option</option>
    <option>my option</option>
</select>

CSS

option:checked { color: red; }

/* Should eliminate a lot of special styling of the browser 
select {
    background: white;
} */