JSFiddle - React, Tailwind, and code Playground

HTML

<span>Все работы <sup>29</sup></span>

CSS

span {
  text-transform: uppercase;
  color: gray;
  font-size: 13px;
  font-family: monospace;
}

sup {
  font-size: inherit;
}