JSFiddle - React, Tailwind, and code Playground
HTML
<h1>This is heading 1</h1>
<p>This is a paragraph.</p>
CSS
h1 {
color: #00ff00;
}
p {
color: rgb(255,0,255);
}
<h1>This is heading 1</h1>
<p>This is a paragraph.</p>
h1 {
color: #00ff00;
}
p {
color: rgb(255,0,255);
}