JSFiddle - React, Tailwind, and code Playground
by mowglisanu
HTML
<div class="notifications"><div class="close">no message</div></div>
<div class="notifications messages"><div class="close">message</div></div>
JavaScript
$('body').on('click','.notifications:not(.messages) .close',function(e){alert('yay')})