JSFiddle - React, Tailwind, and code Playground

by praveen_prasad

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('+','') )
        
    });
});