Codebox with Copy and Download button

p {
  color: red;
  text-align: center;
}

function myFunction() {
  document.getElementById("demo").innerHTML = "Paragraph changed.";
}