.textarea {
  width: 100%;
  height: 100%;
  padding: 0;
  background: transparent;
  color: inherit;
  border: none;
  box-sizing: border-box;
}