JSFiddle - React, Tailwind, and code Playground

by mblase75

HTML

<div class="element"></div>

CSS

.element {
    display: none;
}

JavaScript

alert($('.element').append('<span>asdf</span>').children().width());