Sanitize HTML
Examples:
<strong>hello world</strong>
->
hello world
<img src=x onerror=alert('img') />
->
<script>alert('hello world')</script>
->
Playground:
Output from playground: