JSFiddle - React, Tailwind, and code Playground

by John Doe

HTML

<label>asdasd</label>
<br>
<br>
<br>
<label for="asd">for for for</label>

CSS

label{
  cursor: not-allowed;
}
label[for]{
  cursor: pointer;
}