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;
}
by c_vilander
<a href="#" class="red">Red</a>
<a href="#" class="blue">Blue</a>
.red {
color: red;
}
.blue {
color: blue;
}