JSFiddle - React, Tailwind, and code Playground

by Narayan Prusty

HTML

<a href="" id="link">Link</a>
<span>Text</span>

CSS

a
{
    color: green !important;
}

#link
{
    color: red !important;
}

span
{
    color: green !important;
}

span
{
    color: red !important;
}