const randomElement = document.getElementById('someElement');
randomElement.innerHTML = '<p>changing the DOM</p>'