JSFiddle - React, Tailwind, and code Playground
by kodjoe mambi
HTML
<script src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
<a href="djo.agenceccmg.com">Google</a>
<br><br>
<button type="button">Trigger Click</button>
JavaScript
$("button").click(function(){ $("a")[0].click(); });