JSFiddle - React, Tailwind, and code Playground

by SLaks

HTML

The quick brown fox <span class="break">{BREAK}</span> jumps over the lazy dog.

CSS

.break:after {
    content:"\000A";
    white-space: pre;
}