JSFiddle - React, Tailwind, and code Playground

HTML

<span>This is a test of some <strong>inline <br />content</strong> for rotational purposes.</span>

CSS

span {
    background: #ddd;
}

strong {
    background: #dfd;
}