JSFiddle - React, Tailwind, and code Playground

by Ron Valstar

HTML

<div class="linebreak"></div>

CSS

.linebreak:after{
    content:"A" '\A' "B";
    white-space: pre;
}