JSFiddle - React, Tailwind, and code Playground

HTML

<a id="affiliate" style="cursor:pointer;">Go to page</a>

JavaScript

$("#affiliate").click(function() {
    window.open(
    'http://ohgm.co.uk/nope/affiliate',
    '_blank'
    );
});