JSFiddle - React, Tailwind, and code Playground

HTML

<p>какой-то текст</p>

CSS

p::after {
    content:'®';
    vertical-align: super;
    font-size: 80%;
}