JSFiddle - React, Tailwind, and code Playground
HTML
<div class="thumblock ">
+2
<div class="ratingtext ">
<div class="raterclear"></div>
</div>
<span>votes</span>
</div>
JavaScript
jQuery(function(){
$('.thumblock').each(function() {
$(this).text($(this).text().replace('+','') )
});
});