JSFiddle - React, Tailwind, and code Playground

by JWo1F

HTML

<form>
<fieldset disabled>
<label>
  Xxx
  <input type="text" required="required" />
</label>
</fieldset>
<input type="submit" />
</form>