JSFiddle - React, Tailwind, and code Playground

HTML

<a href="#">Вот и <span class="new">Новинка</span></a>

CSS

.new{
    color:#f00;
}