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;
}
by fparent
<select dir="rtl">
<option>Foo</option>
<option>bar</option>
<option>to the right</option>
</select>
select, option {
text-align:right;
}