JSFiddle - React, Tailwind, and code Playground
HTML
<select>
<option>Пункт 1</option>
<option>Пункт 2</option>
</select>
CSS
select {
font-size: 100px;
height: 100px;
line-height: 100px;
width: 100px;
color: red;
}
<select>
<option>Пункт 1</option>
<option>Пункт 2</option>
</select>
select {
font-size: 100px;
height: 100px;
line-height: 100px;
width: 100px;
color: red;
}