JSFiddle - React, Tailwind, and code Playground

HTML

<div class="red" contenteditable="true"> hello </div>

CSS

.red{
  
    color:red;
}