Renders content into the specified element.
content
element
render(` <h2>Hello</h2> <name-component></name-component> `, document.getElementById('root'))