JSFiddle - React, Tailwind, and code Playground

HTML

<a href="https://springpad.com/#!/rege/blocks/_tvshow/thewalkingdead_c0ff" target="_blank">Cick me1</a>
<br><br>
<a id="link" href="https://springpad.com/#!/rege/blocks/_tvshow/thewalkingdead_c0ff" target="_blank">Cick me1</a>

JavaScript

$('link').addEvent('click', function(e){
   e.stop();
    window.open($('link').get('href'), '_blank');
});