JSFiddle - React, Tailwind, and code Playground

HTML

<select dir="ltr">
    <option>Foo</option>    
    <option>bar</option>
    <option>to the right</option>
</select>

CSS

select, option {
    text-align:left;   
}