JSFiddle - React, Tailwind, and code Playground

HTML

<a href="#">Товар</a>

CSS

a:after {
     font-size: 10px;
     content: " ®"; /* Добавляем желаемый символ перед элементом списка */ 
     margin-bottom: 5px;
     position: absolute;
   }