JSFiddle - React, Tailwind, and code Playground

HTML

<input style="width:1.9500000000000002em;" maxlength="3" tabindex="1" class="inputBox" type="text">

JavaScript

$('.inputBox').each(function(index) {
   alert(this.style.width);
});