JSFiddle - React, Tailwind, and code Playground

HTML

<!DOCTYPE html>
<html>
<body>

<h1>Um dia eu aprendo</h1>
<p>This is a paragraph.</p>

</body>
</html>

CSS

h1 {
    color: #CC0099;
    font-family:verdana;
}

p {
    color:red;
}