JSFiddle - React, Tailwind, and code Playground
by rodneyrehm
HTML
<a href="http://google.de/" onclick="alert(this.href); return false;">eins</a>
<a href="http://google.de/" onclick="alert('http://google.de/'); return false;">zwei</a>
by rodneyrehm
<a href="http://google.de/" onclick="alert(this.href); return false;">eins</a>
<a href="http://google.de/" onclick="alert('http://google.de/'); return false;">zwei</a>