JSFiddle - React, Tailwind, and code Playground
HTML
<a href="//jsfiddle.net/"><img src="http://cdn.sstatic.net/stackexchange/img/logos/so/so-logo.png" width="50%"/></a>
<br/>
<button onclick="go();">Click the image</button>
JavaScript
function go() {
document.getElementsByTagName("img")[0].click();
}