JSFiddle - React, Tailwind, and code Playground
by surakrai
HTML
<a href="http://todlong999.com/aproduct.html#abc " target="_blank" rel="nofollow">Link text</a>
<p class="text"></p>
JavaScript
$('p.text').html($('a').attr('href'));
by surakrai
<a href="http://todlong999.com/aproduct.html#abc " target="_blank" rel="nofollow">Link text</a>
<p class="text"></p>
$('p.text').html($('a').attr('href'));