JSFiddle - React, Tailwind, and code Playground

HTML

<label for="ltr">ltr <input id="ltr" value="*#02468" /></label>

<label for="rtl">rtl <input id="rtl" value="*#02468" /></label>

CSS

input {
  width: 200px;
  font-size: 30px;
}

#rtl {
  direction: rtl;
}