JSFiddle - React, Tailwind, and code Playground

HTML

<div contenteditable="true">
	Hi <b>Cheryl</b>,<br/><br/><br/>
	Thank you for your order. Your project ID is C00031. Your invoice is attached.
</div>

CSS

div.editable {
    width: 300px;
    height: 200px;
    border: 1px solid #ccc;
    padding: 5px;
}