JSFiddle - React, Tailwind, and code Playground
HTML
<div id="wrapper">
<select id="dropdown" ></select>
</div>
CSS
#wrapper{
border-style:solid;
height:100px;
width:200px;
}
#dropdown
{
vertical-align:middle;
width:80px;
}