//write ` instead of ' //ALT + 096 (numeric keyboard)
let html = ` <div> <span>Some HTML here</span> </div> `;