JSFiddle - React, Tailwind, and code Playground
HTML
<img src='http://placehold.it/100x100&text=IMG' />
<img src='http://placehold.it/100x100&text=IMG' />
<img src='path/to/img' />
<img src='http://placehold.it/100x100&text=IMG' />
<img src='path/to/img' />
<img src='http://placehold.it/100x100&text=IMG' />
JavaScript
$('img').bind('error', function () {
$(this).css('border','4px red solid');
});