JSFiddle - React, Tailwind, and code Playground

HTML

<label>Click me <input type="text" /></label>

CSS

label{
  -moz-user-focus: ignore;  
}