JSFiddle - React, Tailwind, and code Playground

by AlexandrAbakumov

HTML

<div id="stretchDiv" style="position: absolute; left: 0px; right: 0px; height: 1px;">&nbsp;</div>
<span id="label"/>

JavaScript

//$(window).load(function () {
            var width = $('#stretchDiv').width();
            $('#label').text("width:" + width);
        //});