JSFiddle - React, Tailwind, and code Playground
HTML
<img src="http://www.geekpedia.com/gallery/fullsize/apple-pink-blue-wallpaper.jpg" id="cpBackgroundImg">
JavaScript
var imgWidth = $("#cpBackgroundImg").width();
alert(imgWidth);
var imgHeight = $("#cpBackgroundImg").height();
alert(imgHeight);
var ti = $("#cpBackgroundImg").title();
alert(ti);