JSFiddle - React, Tailwind, and code Playground
by anilkamath87
HTML
<a href="www.google.com" class="b" >test </a>
<br/>
<a href="www.google.com" class="b" >test 1 </a>
JavaScript
$('.b').attr('title',"this works");
by anilkamath87
<a href="www.google.com" class="b" >test </a>
<br/>
<a href="www.google.com" class="b" >test 1 </a>
$('.b').attr('title',"this works");