JSFiddle - React, Tailwind, and code Playground

HTML

<select>
<option>One</option>
<option>Two</option>
<option>Three</option>
</select>

CSS

select {
  background-color: red;
  color: white;
}