JSFiddle - React, Tailwind, and code Playground
by tomsx
HTML
<select name="colors" size="5" style="height:80px;width:100px">
<option value="1">red</option>
<option value="2">green</option>
<option value="3">yellow</option>
</select>
CSS
select option:checked {
background: #1aab8e -webkit-linear-gradient(bottom, #1aab8e 0%, #1aab8e 100%);
}