JSFiddle - React, Tailwind, and code Playground
by andrewray
HTML
<script src="http://code.jquery.com/ui/1.8.17/jquery-ui.min.js"></script>
JavaScript
$(function() {
alert($(document.body).outerWidth());
});
by andrewray
<script src="http://code.jquery.com/ui/1.8.17/jquery-ui.min.js"></script>
$(function() {
alert($(document.body).outerWidth());
});