Solutionunvalidated
Use `className` (not `class`) with the Tailwind `whitespace-pre-line` utility, and pass the line breaks in JSX (e.g., `{'Hello\nhi\ngood'}` or explicit `{'\n'}` between lines).
609dec03-7101-46b0-9890-74c4e9996c7e
Use className (not class) with the Tailwind whitespace-pre-line utility, and pass the line breaks in JSX (e.g., {'Hello\nhi\ngood'} or explicit {'\n'} between lines).