JSFiddle - React, Tailwind, and code Playground
HTML
<img width="50%" src="https://www.w3schools.com/w3css/img_l gfdg.jpg ">
<img width="50%" src="https://www.w3schools.com/w3css/img_l ifdgfdgfdghts.jpg ">
<img width="50%" src="https://www.w3schools.com/w3css/img_l igfdgfdgghts.jpg ">
<img width="50%" src="https://www.w3schools.com/w3css/imgdfgfdgdfg_lgfdg fdgfdgdights.jpg ">
<img width="50%" src="https://www.w3schools.com/w3css/img_lgfdgdfg ights.jpg ">
<img width="50%" src="https://www.w3schools.com/w3css/img_l fdgfdgfdgights.jpg ">
JavaScript
$('img').load(function(){
console.log('success');
}).error(function(){
$('img').attr('src', 'https://www.w3schools.com/w3css/img_mountains.jpg')
});