JSFiddle - React, Tailwind, and code Playground
HTML
<img src="https://cdn3.iconfinder.com/data/icons/faticons/32/arrow-right-01-32.png" alt="delete" class="delRow" />
JavaScript
$(document).ready(function() {
$(".delRow").click(function() {
alert("hello!");
});
});