JSFiddle - React, Tailwind, and code Playground

by Aamir Shahzad

HTML

<p>Try resizing your browser window.</p>

JavaScript

$(window).resize(function() {
    if (document.documentElement.clientWidth < 860) {
        // scripts
        //alert('test');
    }
});