JSFiddle - React, Tailwind, and code Playground

HTML

<p class="color">
  this is a text
</p>

CSS

.color {
  color:red;
  direction:rtl;
}