JSFiddle - React, Tailwind, and code Playground

by Walter Rumsby

JavaScript

/* global window */
var div = $('div');


if (jQuery && div instanceof jQuery) {
    alert('yes');
} else {
    alert('no');
}