JSFiddle - React, Tailwind, and code Playground
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;
}