JSFiddle - React, Tailwind, and code Playground
HTML
<section>
<h1>Title</h1>
<p>paragraph text</p>
<a href="">anchor text</a>
</section>
CSS
SECTION {
color: cornflowerblue;
}
<section>
<h1>Title</h1>
<p>paragraph text</p>
<a href="">anchor text</a>
</section>
SECTION {
color: cornflowerblue;
}