JSFiddle - React, Tailwind, and code Playground

by Oleg Khobotov

HTML

<select>
  <option>Пункт 1</option>
  <option>Пункт 2</option>
</select>

CSS

select {
    font-size: 100px;
    height: 100px;
    line-height: 100px;
    width: 100px;
    color: red;
}