Try comparing and using this to fix your code. Let's give an example:
const span = document.createElement("span") const text = `<p>Hello</p>` span.innerHTML = text document.getElementById("textArea").innerHTML = span