JSFiddle - React, Tailwind, and code Playground
by arcm111
HTML
<label class="test"></label>
<label class="test"></label>
<label class="test"></label>
<label class="test"></label>
JavaScript
$(document).ready(function){
alert('');
$('.test').each(function(){
$(this).text("text");
});
});