You can use the spellcheck attribute to instruct browsers that, if possible, an element should or should not be checked for spelling errors.

posted on

<textarea spellcheck="false">
  Tis is jusst a test.
</textarea>

<div contenteditable spellcheck="false">
  Tis is jusst a test.
</div>