JSFiddle - React, Tailwind, and code Playground

by aldomatic

HTML

<a href="http://benalman.com/code/test/jquery-run-code-bookmarklet/">http://benalman.com/code/test/jquery-run-code-bookmarklet/</a>

JavaScript

javascript: (function () { 
   var jsCode = document.createElement('script'); 
   jsCode.setAttribute('src', 'http://path/to/external/file.js'); 
document.body.appendChild(jsCode); 
}());