tails
Home Features Pricing
Launch App
Exit Fullscreen

TailwindCSS Playground

This is a quick testing playground you can use to create some quick TailwindCSS templates and components.

Playground Editor
Playground Preview
', editor.getValue()); iframe = document.getElementById('preview'); iframe.contentWindow.document.open(); iframe.contentWindow.document.write(iframeContent); iframe.contentWindow.document.close(); // }, 250); } window.debounce = function(func, wait, immediate) { var timeout; return function() { var context = this, args = arguments; var later = function() { timeout = null; if (!immediate) func.apply(context, args); }; var callNow = immediate && !timeout; clearTimeout(timeout); timeout = setTimeout(later, wait); if (callNow) func.apply(context, args); }; }; -->