JSFiddle - React, Tailwind, and code Playground
HTML
<a id="a1" href="http://www.google.com" target="_blank">g@g</a>
<button onclick='document.getElementById( "a1" ).setAttribute( "href", "http://msn.com" )'> Click me </button>
<a id="a1" href="http://www.google.com" target="_blank">g@g</a>
<button onclick='document.getElementById( "a1" ).setAttribute( "href", "http://msn.com" )'> Click me </button>