JSFiddle - React, Tailwind, and code Playground
by HYEONGJINKIM
HTML
<span class="bn_fix_b" style="">
<img src="//static.ssgcdn.com/ui/ssg/img/common_layout/bn_fix2.png" alt="미라클이벤트 100%당첨" usemap="#bn_fix2" style="width: 355px;">
<map name="bn_fix2" id="bn_fix2">
<area shape="rect" coords="111,280,248,313" href="http://www.ssg.com/event/eventDetail.ssg?promId=1100010871" alt="선물 받으러 가기" style="display: block;">
<area id="_bn_fix_b_close" shape="rect" coords="313,25,344,57" href="javascript:void(0)" alt="닫기" style="display: block;">
</map>
</span>
JavaScript
$("#_bn_fix_b_close").on('click',function(){
alert('click');
});