JSFiddle - React, Tailwind, and code Playground

by eirc

HTML

All Off
<input autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false" />

<br/>

autocomplete="off"
<input autocomplete="off" />

<br/>

autocorrect="off"
<input autocorrect="off" />

<br/>

autocapitalize="off"
<input autocapitalize="off" />

<br/>

spellcheck="off"
<input spellcheck="false" />

<br/>

default
<input />