textarea {
  width:500px;
  height:400px;
}
.click {
  width:100%;
  height:200px;
  background:orange;
  text-align:center;
  color:#fff;
  cursor:pointer;
  font-size:20px;
}