Display HTML Content

How do i display HTML content in Text Area ?

I think that you should use a RichTextArea (in V8 I used it to write text and get HTML code from it).

I found [this]
(https://vaadin.com/directory/component/wysiwyg-e-rich-text-editor-component-for-java/1.0.0.beta1) on add-ons component.
I hope it will be useful to you

I am using the same component to capture the information, but it has lot of formatting information also.

So when I display the captured text back to user, I have to display using the same component, but using that component for displaying read only information looks odd because of the header.

So I am looking for a way to display the information captured from that component.