JSFiddle - React, Tailwind, and code Playground

by Spencer Smith

HTML

<div id="message"></div>

CSS

#message {
  background-color: white;
  width: 400px; height: 200px;
  margin: 0 auto;
}