How to remove html tags on every view: "text"

Hello. When i type input something like <b>Bold text</b> OR <html><body>My <div>div</div></body></html>

Desired result: Bold text, My div

Is there anyway to remove all html tag when blur input ? AND apply all by default for all input ? or atlease view:“text” ?