JSFiddle - React, Tailwind, and code Playground
by lollero
HTML
<img src="No-Url-Pla-Pla-Pla"/>
<img src="http://placekitten.com/g/150/200"/>
CSS
.highlight {
border: 1px solid red;
}
JavaScript
$('img').load(function(){
$(this).addClass('highlight');
}).error(function(){
$(this)
// .remove();
.attr('src','http://img860.imageshack.us/img860/5395/brokenz.jpg');
});