JSFiddle - React, Tailwind, and code Playground
by Haze32
HTML
<a id='lnk' href="http://www.example.com/this/is/my/path.html">Blah</a>
JavaScript
alert( document.getElementById('lnk').getAttribute("href"));
by Haze32
<a id='lnk' href="http://www.example.com/this/is/my/path.html">Blah</a>
alert( document.getElementById('lnk').getAttribute("href"));