JSFiddle - React, Tailwind, and code Playground
HTML
<img id="image1" src="http://www.google.com/intl/en_com/images/srpr/logo3w.png" />
<img id="image2" src="http://www.google.com/sintl/en_com/images/srpr/logo3w.png" />
JavaScript
alert("image1: " + (document.getElementById("image1").naturalWidth ? "success" : "fail"));
alert("image2: " + (document.getElementById("image2").naturalWidth ? "success" : "fail"));