JSFiddle - React, Tailwind, and code Playground
HTML
<a href="#">hello</a><br />
<span>World</span>
CSS
span {
cursor:pointer;
color:blue;
text-decoration:underline;
}
<a href="#">hello</a><br />
<span>World</span>
span {
cursor:pointer;
color:blue;
text-decoration:underline;
}