JSFiddle - React, Tailwind, and code Playground

by c_vilander

HTML

<a href="#" class="red">Red</a>
<a href="#" class="blue">Blue</a>

CSS

.red {
    color: red;
}

.blue {
 color: blue;
}