JSFiddle - React, Tailwind, and code Playground

by Jaron Mauk

HTML

<!-- This is a comment -->
  <h1 class= "heading">This is my title</h1>
  <p>This is a paragraph</p>
  <a href = "#">Click this!</a>


<h1>This is another heading</h1>

<h2>and another</h2>

<h6>and one more</h6>

CSS

h1 {
  color:;
}


.heading {
  color:;
  text-align:;
  background-color:;
}