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;
}