How to display a user’s note after form submit?

After a form submission I display the user's submitted data, but I struggle with showing an optional note.

This is how I display it when it wasn't filled:

enter image description here

And this is how I currently display it with given data:

enter image description here

This does not only look really bad, it also implies that it's an input which is not exactly userfriendly.
It's only suppose is to display the user's data again.

I also tried without the outline, but it looks as bad.

How can/should I display the user's note to look good and userfriendly?