I am facing an issue with text overflowing in a paragraph
<p style="width:200px;">Text goes here</p>
As the text in the paragraph increases in width, it does not automatically wrap to a new line, causing it to overflow outside the paragraph. How can I make the text wrap to a new line when it exceeds the width of the paragraph?