JSFiddle - React, Tailwind, and code Playground
HTML
<img src="" />
<hr />
<img src="does-not-exist.png" />
<hr />
<img src="http://www-cdr.stanford.edu/~petrie/blank.gif" />
CSS
img {
border: 0;
outline: 0
}
<img src="" />
<hr />
<img src="does-not-exist.png" />
<hr />
<img src="http://www-cdr.stanford.edu/~petrie/blank.gif" />
img {
border: 0;
outline: 0
}