JSFiddle - React, Tailwind, and code Playground

HTML

<select><option>hi</option></select>

CSS

select{
    height: 100px;
    display: inline-block;
}