JSFiddle - React, Tailwind, and code Playground

by Matt Felten

HTML

<button>Test button</button>
<a href="#">Test link</a>
<a href="javascript:void(0)">Test link</a>
<span class="link">Test link</span>

CSS

.link {
	cursor: pointer;
}