JSFiddle - React, Tailwind, and code Playground

by oleg_hansen

HTML

<h1>Hello!</h1>

CSS

h1 {
  color: red;  
}

JavaScript

alert("hi!");