Code de formatage avec la balise
 dans React et JSX

<!---- Formatting code with <pre> tag in React and JSX ----------------->

Use Template literals:

<pre>
{`
	Hello   ,   
	World   .
`}
</pre>

<!----------------- Formatting code with <pre> tag in React and JSX ---->
KostasX