JSFiddle - React, Tailwind, and code Playground

by thecodeparadox

JavaScript

if ( window.location.href.match(/jsfiddle/) ) {
    alert('hello');
  $(".new-task a").click();
};