JSFiddle - React, Tailwind, and code Playground
HTML
<div id="stretchDiv" style="position: absolute; left: 0px; right: 0px; height: 1px;"> </div>
<span id="label"/>
JavaScript
//$(window).load(function () {
var width = $('#stretchDiv').width();
$('#label').text("width:" + width);
//});