JSFiddle - React, Tailwind, and code Playground
HTML
<a href="#">Title </a>
<a href="#">Title2 </a>
JavaScript
$('a').attr("href", function() { return $(this).text(); });
<a href="#">Title </a>
<a href="#">Title2 </a>
$('a').attr("href", function() { return $(this).text(); });