JSFiddle - React, Tailwind, and code Playground
by Mr_Vasu
HTML
<select>
<option>Select Lang</option>
<option>.....</option>
<option>.....</option>
<option>.....</option>
</select>
CSS
select {
width:200px;
height:32px;
padding:5px 10px;
color:#ddd;
}