JSFiddle - React, Tailwind, and code Playground

HTML

<select style="background-color:rgb(100,100,255)">
    <option>test background colors</option>
    <option style="background-color:rgb(100,255,100)">test</option>
    <option>test</option>
    <option>test</option>
</select>