Check Spelling Easily in HTMLThe spellcheck attribute tells the browser to check spelling and grammar for text inside #input, #textarea, or #contenteditable elements.
You can style misspelled words using this
::spelling-error { background-color: red; }
Browser support is around
86%.
@etwebs