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;
}
by John Doe
<label>asdasd</label>
<br>
<br>
<br>
<label for="asd">for for for</label>
label{
cursor: not-allowed;
}
label[for]{
cursor: pointer;
}