JSFiddle - React, Tailwind, and code Playground
by Ivin Raj S
HTML
<p>
<a href="#">random link</a>
Text I want to select!
<a href="#">random link</a>
</p>
CSS
p
{
color:red
}
by Ivin Raj S
<p>
<a href="#">random link</a>
Text I want to select!
<a href="#">random link</a>
</p>
p
{
color:red
}