RTL and LTR into a Select element

HTML

<h4>Normal RTL with Arabic text</h4>
<div>
  <select>
    <option>المبلغ الأول 15.000 درهم</option>
    <option>المبلغ الآخر 19،000 درهم</option>
    <option>Hell there 20,000 DHS</option>
  </select>
</div>