JSFiddle - React, Tailwind, and code Playground

by navinleon

HTML

<div contenteditable="true">
test
</div>

CSS

div:first-letter{
  color:red;
}