I am making a single page web app with React. One of my pages has a large block of text like so:
const ContentText = <p>......huge block of text.......</p>
It looks very ugly in my editor and I was wondering if there was a best practice for storing large blocks of text to render on a page.