JSFiddle - React, Tailwind, and code Playground

by David Genger

HTML

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

CSS

select{
    font-weight: bold;
}