JSFiddle - React, Tailwind, and code Playground

by Florin Pop

HTML

<h1>Title</h1>
<p>Content</p>

CSS

body {
  background-color: yellow;
    margin:0;
    width:100%;
}
h1 {
  color: red;
  font-size: 50px;
}
p {
  font-size: 20px;
}