JSFiddle - React, Tailwind, and code Playground

HTML

<select id="obj_select" style="background: none">
<option style="background-color:white">WHITE</option>
<option style="background-color:red" selected>RED</option>
<option style="background-color:green">GREEN</option>
<option style="background-color:blue">BLUE</option>
</select>