JSFiddle - React, Tailwind, and code Playground

by Trần Ngọc Minh

HTML

<h1>This is heading 1</h1>
<p>This is a paragraph.</p>

CSS

h1 {
color: #00ff00;
}
p {
color: rgb(255,0,255);
}