JSFiddle - React, Tailwind, and code Playground

HTML

<h1>Test</h1>

JavaScript

jQuery(function($) {
    var hasQueryString = document.URL.indexOf('fiddle');
    if (hasQueryString > 1) $('h1').html('New');
});