How can I display a multiline string/text from a json data object to multiple html elements?

I have a JSON data object which contains a string/text field and I want to display that data by breaking it and displaying it in multiple html elements like paragraph and lists .
Can someone help me on how to do that?

you can use ngFor for showing the json response