JSFiddle - React, Tailwind, and code Playground

HTML

<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, <span style="position:relative; bottom:0.2em; font-size: 0.8em">&reg;</span><br/>
    remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset <sup style="line-height: 0">&reg;</sup>sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of <sup>&reg;</sup> Lorem Ipsum.</p>

CSS

p {
    font: normal 10px Verdana;
}
p span {
    vertical-align: super;
    line-height: 5px;
}