JSFiddle - React, Tailwind, and code Playground
HTML
<select>
<option>One</option>
<option>Two</option>
</select>
CSS
select
{
text-transform: uppercase;
}
oprion
{
text-transform: lowercase !important;
}
<select>
<option>One</option>
<option>Two</option>
</select>
select
{
text-transform: uppercase;
}
oprion
{
text-transform: lowercase !important;
}