JSFiddle - React, Tailwind, and code Playground
by MPrates
HTML
<img src="http://demo.com/myImage.jpg"/>
<img src="http://demo.com/myImage1.jpg"/>
<img src="http://demo.com/myImage2.jpg"/>
JavaScript
$('img').attr("src", function() {
return this.src + "?v=small";
});