JSFiddle - React, Tailwind, and code Playground
HTML
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.2/jquery.min.js"></script>
<a id="pop" href="google.co.uk">gghgf</a>
JavaScript
$(document).ready(function(){
alert('hello');
$('#pop').trigger('click');
$('#pop').click();
});