body {
  background-color: orange;
}

.preview {
  background-color: #fff;
  margin: 10px;
  max-width: 100%;
  min-height: 400px;
}

textarea {
  height: 300px;
  min-height: 400px;
  margin: 10px;
}