JSFiddle - React, Tailwind, and code Playground

by queryj

HTML

<p>
</p>
<div></div>
<span>
    <pre>

JavaScript

$(function(){
   $('p').html(window.innerWidth);
    $('div').html(screen.width ).append(screen.height);
    $('span').text(screen.availHeight);
    $('span').text(location.search);

});