JSFiddle - React, Tailwind, and code Playground

by tamilselvan

HTML

<select> 
    <option> Some contents</option>
    <option> Some more contents to occupy space contents go beyont the limit</option>    
</select>

CSS

select{
    width : 120px;
}
select option {
    width : 90px;
}