The content enclosed in `<textare>` is expected to be raw text value. But currently it's parsed as HTML. In the example we expect `<div>` to be text content, but not html element: ```html <textarea> <div></div> </textarea> ```