JSFiddle - React, Tailwind, and code Playground

HTML

<html>
<body>
    this is <red>5</red>
</body>
</html>

CSS

red
{
   color:red;
}