JSFiddle - React, Tailwind, and code Playground

by Hugo Carneiro

HTML

jQuery
 
Vue
 
React
 
React + JSX
 
Preact
 
TypeScript
 
CoffeeScript
 
SCSS
 
CSS Grid
 
Bootstrap
 
PostCSS
 <h2>
Show boilerplate bar less often?
Links:
πŸ‘πŸ» Roadmap (vote for features)
🐞 Bug tracker
πŸ“™ Docs
πŸŽ› Service status
Support JSFiddle and get extra features
Groups, Private fiddles, Ad-free & more
JSFiddle is for:
Demos for docs
Bug reporting (test-case) for Github Issues
Presenting code answers on Stack Overflow
Live code collaboration
Code snippets hosting
... or just your humble code playground ✌🏻

CSS

body {
  font-size: 72px;
  background: -webkit-linear-gradient(#eee, #333);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}