JSFiddle - React, Tailwind, and code Playground

HTML

<img id="checkImg" src="https://www.google.com/images/srpr/logo3w.pngAAA" />

JavaScript

// Image width should be known
if(document.getElementById('checkImg').clientWidth != 275)
    alert("Error")