JSFiddle - React, Tailwind, and code Playground

by Konstantin Rouda

HTML

<p dir="ltr">
  <span>hello world</span>
</p>

CSS

P {
  border: 1px solid;
  direction: rtl;
}