JSFiddle - React, Tailwind, and code Playground

HTML

<div class="button"></div>

CSS

.button {
    unicode-bidi:bidi-override;
    direction:rtl;
}

.button::first-letter {
    font-size: 11px;
    font-weight: bold;
    color: red;
}

.button::after {
  content: "↵ RETNE sserp";
  font-size: 11px;
  color: blue;
}