JSFiddle - React, Tailwind, and code Playground
HTML
<p>
Works:<br/>
<img onerror="this.src = 'http://placehold.it/100x100'"
src="http://purposly_invalid_image_url/x.png" />
</p>
<p>
Does not work:<br/>
<img onerror="this.src = 'http://placehold.it/100x100'"
src="https://maps.googleapis.com/maps/api/place/photo?photoreference=xasyz" />
</p>