JSFiddle - React, Tailwind, and code Playground

HTML

<body>
Something Amazing!
    <p>
    <strong>C</strong>ascading
    <strong>S</strong>tyle
    <strong>S</strong>heet
</p>
  </body>

CSS

strong {
  color:red;
}