JSFiddle - React, Tailwind, and code Playground

HTML

<select>
    <option>hello</option>
    <option>world</option>
    <option>from</option>
    <option>the</option>
    <option>moon</option>
</select>

CSS

select:not(:focus) {
  background: tomato;
}