JSFiddle - React, Tailwind, and code Playground
HTML
<div id="test"><a href="{url}">Test</a></div>
JavaScript
alert( document.getElementById( 'test' ).innerHTML );
<div id="test"><a href="{url}">Test</a></div>
alert( document.getElementById( 'test' ).innerHTML );