JSFiddle - React, Tailwind, and code Playground

HTML

<div>hello</div>

CSS

div:after {
    white-space: pre;
    content: "hello\Awhat";
}