Could you add highlight HTML in tagged template literals? ```js const html = String.raw; // or const html = str => str[0]; const template = html`<div></div>`; ```