<pre>

The HTML <pre> element (or HTML Preformatted Text) represents preformatted text. Text within this element is typically displayed in a non-proportional font exactly as it is laid out in the file. Whitespaces inside this element are displayed as typed.

https://developer.mozilla.org/en/docs/Web/HTML/Element/pre

Can I Use <pre>?

Sandbox