JSFiddle - React, Tailwind, and code Playground
HTML
<img src="https://www.google.com.ua/images/srpr/logo11w.png" onload="evt(this)" />
JavaScript
evt = function (img) {
alert(img.height);
}
<img src="https://www.google.com.ua/images/srpr/logo11w.png" onload="evt(this)" />
evt = function (img) {
alert(img.height);
}