JSFiddle - React, Tailwind, and code Playground
HTML
<div class="test"></div>
CSS
.test {
width: 200px;
padding: 0 20px;
border: 1px solid #ccc;
}
JavaScript
alert($(".test").outerWidth());
<div class="test"></div>
.test {
width: 200px;
padding: 0 20px;
border: 1px solid #ccc;
}
alert($(".test").outerWidth());