JSFiddle - React, Tailwind, and code Playground
HTML
<p>Paragraph one</p>
<p id="whatever">Paragraph two</p>
<p>Paragraph three</p>
CSS
#whatever {
color: red;
}
<p>Paragraph one</p>
<p id="whatever">Paragraph two</p>
<p>Paragraph three</p>
#whatever {
color: red;
}