JSFiddle - React, Tailwind, and code Playground

HTML

<img src="https://www.google.fr/images/srpr/logo11w.png" />

JavaScript

$('img').on('click', function(){
mywidth=$(this).get(0).offsetWidth;
    console.log(mywidth);
})