JSFiddle - React, Tailwind, and code Playground

HTML

<a href="#">Title </a> 
<a href="#">Title2 </a>

JavaScript

$('a').attr("href", function() { return $(this).text(); });