.wrapper {
  position: relative;
  width: 100%;
}

.value {
  visibility: hidden;
  width: 100%;
  white-space: pre-wrap;
  overflow-wrap: break-word;
}

.textarea {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  resize: none;
  line-height: inherit;
}
