JSFiddle - React, Tailwind, and code Playground

HTML

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

CSS

select{
    min-height:20px;
    display: block;
}