JSFiddle - React, Tailwind, and code Playground

by kasperfish

HTML

<html>
<body>
<div id="test">
</div>
</body>
</html>

CSS

//#test{ background-color:red; }
body{ margin:0; padding:0; }

JavaScript

$('#test').css({'width':$(window).width(),'height':$(window).height()});