JSFiddle - React, Tailwind, and code Playground

by Varun Krishna P

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;
}