When we add space that is line break in text area it was not showing in the front end display. For display the line break in front end then we can achieve with CSS by adding the following styles to your class or id which you have added.
white-space: pre-line;
( Or )
white-space: pre-wrap;