It is a good idea to disable spell check in textarea element if it is not meant for pure english text. To disable spell check in textarea atrribute spellcheck=”false” can be used. Here is how textarea wrongly spelled words look like (when focussed) when spellcheck=”true” is used.
textarea with spellcheck true example
<textarea withspellcheck="true" rows="4" cols="50" autofocus> Wrooong spelling </textarea>