JSFiddle - React, Tailwind, and code Playground

by Afzaal Ahmad Zeeshan

HTML

<div>Love for all, hatred for none!</div>

JavaScript

$('div').css({
    'min-height': $(window).height() + 'px'
})