JSFiddle - React, Tailwind, and code Playground
HTML
<div>Love for all, hatred for none!</div>
JavaScript
$('div').css({
'min-height': $(window).height() + 'px'
})
<div>Love for all, hatred for none!</div>
$('div').css({
'min-height': $(window).height() + 'px'
})