JSFiddle - React, Tailwind, and code Playground

by Ryan Morris

HTML

<h1>
Hello!
</h1>

CSS

h1 {
  color: red;
}

JavaScript

alert("hi!");