JSFiddle - React, Tailwind, and code Playground
HTML
<img class="my-image" src="https://www.google.com/images/srpr/logo3w.png" width="275" height="95" alt="My Image">
JavaScript
$('img.my-image').bind('click','touch',function(){
$('img.my-image').attr('alt', 'My New Image');
});