JSFiddle - React, Tailwind, and code Playground

HTML

<select>
    <option>Option</option>
</select>

CSS

select{
    font-weight: bold;
}