textarea {
  width: 100%;
  border: none;
  outline: none;
  resize: none;
  overflow: hidden;
  padding-bottom: 100%;
  background-color: inherit;
}

<textarea readonly="readonly"></textarea>

相关文章: