JSFiddle - React, Tailwind, and code Playground

by fparent

HTML

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

CSS

select, option {
    text-align:right;   
}