JSFiddle - React, Tailwind, and code Playground
by pixeloco
HTML
<img id="test" src="http://distilleryimage2.ak.instagram.com/7ec0442494d011e2ab9022000a9f14bb_7.jpg" />
JavaScript
$("#test").hover(
function(){$(this).attr("src","http://distilleryimage7.ak.instagram.com/7187c5020ebf11e3911522000a9e087e_7.jpg");},
function() {$(this).attr("src","http://distilleryimage2.ak.instagram.com/7ec0442494d011e2ab9022000a9f14bb_7.jpg");
});