JSFiddle - React, Tailwind, and code Playground

HTML

<select>
    <option>test</option>
    <option>test 2</option>
    <option>test 3</option>
</select>

CSS

option {
    filter: hue-rotate(90deg);
}