JSFiddle - React, Tailwind, and code Playground
by bnickel
HTML
<meta name="viewport" content="width=device-width">
<pre></pre>
JavaScript
$('pre').text([
screen.width,
screen.height,
window.innerWidth,
window.innerHeight,
document.body.offsetWidth
].join('\n'));