JSFiddle - React, Tailwind, and code Playground
by Tan
HTML
<a href="http://www.hloe.co.uk" onclick="openMe(); return false;" ondblclick="window.open('https://www.hloe.co.uk/gallery/2023/landscapes/', '_blank') || window.location.replace('https://www.hloe.co.uk/gallery/2023/landscapes/'); return false;" target="_blank" style="color:blue;text-decoration: underline;">Click Here</a>
<div id="test">
<img src="https://www.google.com/s2/favicons?domain=kidwellyfestival.co.uk">
</div>
JavaScript
function openMe() {
document.getElementById('test').innerHTML = "Yeah!";
}