JSFiddle - React, Tailwind, and code Playground

HTML

<select>
   <option>Text</option>
</select>

CSS

option
{
    direction:rtl;
}