JSFiddle - React, Tailwind, and code Playground
by ko echos
HTML
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
<html>
<title></title>
<heder></heder>
<body>
<img src="https://scallme.hgodo.com/banner/273_mo_834d176527e022ca19854c3fc13771e7.jpg" id="bimg">
<br />
<br />
<a href="https://log.adsbot.kr/agent.php?rl=https://link.coupang.com/a/m8RBl" target="_blank"><img src="https://scallme.hgodo.com/banner/273_mo_834d176527e022ca19854c3fc13771e7.jpg" class="mo_mainad"></a>
</body>
</html>
JavaScript
$(function(){
$('body').on('click', '#bimg', function(e){
console.log(e);
alert(e);
});
});