p,
pre {
  font-family: Verdana;
  line-height: 1.5rem;
  outline: none;
}

pre {
  background: red;
  padding: 10px;
}

p[contenteditable] {
  padding: 10px;
  background: black;
  color: white;
}
