JSFiddle - React, Tailwind, and code Playground
by Imabot
HTML
<p class="red">Red</p>
<p class="green">Green</p>
<p class="blue">Blue</p>
<p class="yellow">yellow</p>
<p class="pink">Pink</p>
CSS
.red { color: #ff0000; }
.green { color: #00ff00; }
.blue { color: #0000ff; }
.yellow { color: #ffff00; }
.pink { color: #ff00ff; }