JSFiddle - React, Tailwind, and code Playground
HTML
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.js"></script>
<img src="https://jsfiddle.net/img/logo.png">
JavaScript
$(document).on('click', 'img', function(){
$(this).remove();
})