JSFiddle - React, Tailwind, and code Playground

by austegard

HTML

<a href="javascript:

var url = window.location.href;

if (url.indexOf('http://fiddle.jshell.net') == 0) {
'<head><link rel=\'shortcut icon\' href=\'http://jsfiddle.net/favicon.png\'></head>Bookmarklet';
} else {
    (function(){alert('do cool stuff');})();
}">Click Me!</a>