JSFiddle - React, Tailwind, and code Playground

HTML

<a href='some404page.com'>I'm a link!</a>

JavaScript

$(function() {
    $('a').click();
});