JSFiddle - React, Tailwind, and code Playground
HTML
<h1>How do I make this particular text "RED" ?</h1>
<!-- I want only the "RED" to be appearing in red colour!!! -->
CSS
h1 {
color : red;
}
<h1>How do I make this particular text "RED" ?</h1>
<!-- I want only the "RED" to be appearing in red colour!!! -->
h1 {
color : red;
}