This is the first Shadow DOM.
`;
// Create the second Shadow DOM inside the first Shadow DOM
const host4 = shadowRoot1.getElementById('host4');
const shadowRoot3 = host4.attachShadow({ mode: 'open' });
// Create some content for the second Shadow DOM
shadowRoot3.innerHTML = `