JSFiddle - React, Tailwind, and code Playground

HTML

<div class="infotop">
<div class="year pull-left" title="Год выхода"><span>2012</span></div>
</div>

CSS

.year{
  font-size:0;
  
}

.year:after{
  content:'2015';
  font-size:16px
}