I wanna check, using JS, if a text typed inside an <input>
contains that red underline that Chrome adds to the bottom of a word if it is typed wrong. Is it possible to check if the text is mispelled without the use of any library since chrome already tries to check if the text is typed correctly?
See example below.