JSFiddle - React, Tailwind, and code Playground
by Jaron Mauk
HTML
<!-- This is a comment -->
<h1 class = "title">This is my title</h1>
<p>This is a paragraph</p>
<a href = "#">Click here!</a>
<h1>This is another heading</h1>
<h2>and another</h2>
<h6>and one more</h6>
CSS
h1 {
color:;
}
.title {
color:;
text-align:;
background-color:;
}