JSFiddle - React, Tailwind, and code Playground

HTML

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

CSS

.break{
    display:block;
}