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());