JSFiddle - React, Tailwind, and code Playground

HTML

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

CSS

.year span{
   position:absolute;
   top:-9999px;
}

.year:after{
  content:'2015';
}