JSFiddle - React, Tailwind, and code Playground
HTML
<img src="http://www.dreamincode.net/forums/uploads/monthly_05_2010/post-380028-12747928967239.jpg" />
JavaScript
$(document).ready(function(){
var imgheight = $('img').height();
alert(imgheight);
});