[jqueryvalidation] How can I automatically remove the html tag

[jqueryvalidation] How can I automatically remove the html tag

Good morning.

I using the jquery plugin https://jqueryvalidation.org/
It was a bit diffculty to use it but I finally could.
However, I am trying to find a way to automatically remove the HTML tage from a text field.
In any cas, I will also do it from my MySQL qeuestion after, the user send the form,
but when a user enter some things like this


or some some paragraph like
<p><br>

I would to have to be automatically remove from the field.
In other word, only text (or letters) should be enter to a field

Is there a way to do it with jqueryvalidator or with another way?

Many thanks