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);
});
<input style="width:1.9500000000000002em;" maxlength="3" tabindex="1" class="inputBox" type="text">
$('.inputBox').each(function(index) {
alert(this.style.width);
});