JSFiddle - React, Tailwind, and code Playground
HTML
<button class="tradeMark" type="submit">someText with</button>
CSS
.tradeMark:after{
content: ' ©';
font-size:xx-small;
vertical-align:top;
}
<button class="tradeMark" type="submit">someText with</button>
.tradeMark:after{
content: ' ©';
font-size:xx-small;
vertical-align:top;
}