JSFiddle - React, Tailwind, and code Playground

HTML

<h1>Sample text!</h1>

CSS

h1 {
    color:red;
}
.h1 {
    color:blue;
}