<p onClick={(e)=>{ if (!e) e = window.event; e.cancelBubble = true; if (e.stopPropagation) e.stopPropagation(); }}>example</p>