JSFiddle - React, Tailwind, and code Playground
by David Genger
HTML
<select>
<option>Option</option>
</select>
CSS
select{
font-weight: bold;
}
by David Genger
<select>
<option>Option</option>
</select>
select{
font-weight: bold;
}