// When does text become running code?
// Teaching excerpts; see the explanation and boundaries on the episode page.
// innerHTML creates HTML elements.
// Harmless local test string:
``
// Then write text. Not HTML.
output.textContent = query;
// React text works for this case too.
// Plain text in React:
{query}