JSFiddle - React, Tailwind, and code Playground
by Mukul kant
HTML
<select>
<option class="first" style="display:none;">HH</option>
<option class="green">Hello</option>
<option>Magazine</option>
</select>
CSS
option:nth-child(2){color:red}