JSFiddle - React, Tailwind, and code Playground
HTML
<div>
<textarea rows="20" cols="40" style="border:none;" disabled>
<?xml version="1.0" encoding="ISO-8859-1"?>
<catalog>
<cd>
<title>Empire Burlesque</title>
<artist>Bob Dylan</artist>
<country>USA</country>
<country>Columbia</country>
<price>10.90</price>
<year>1985</year>
</cd>
</catalog>
</textarea></div>