textarea {
  width: 500px;
  height: 400px;
}
.click {
  width: 100%;
  height: 200px;
  background: orange;
  text-align: center;
  color: #000;
  cursor: pointer;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
}
.illustration {
  position: absolute;
  left: 20px;
  width: 100px;
}
