JSFiddle - React, Tailwind, and code Playground

HTML

<div class="cmr-template">
  <div class="cmr-sender">
    <label>Изпращач (име, адрес, държава)</label><br/>
    <textarea rows="1">Петър Петров</textarea>
  </div>
</div>

CSS

body {
  font-size: 12px;
}
textarea {
  width: 100%;
  margin-top: 5px;
  border: 1px dotted #dedede;
}
.cmr-template {
  width: 596px;
  height: 842px;
  background: url(http://download.pomagalo.com/mhtml/0f28b5d49b3020afeecd95b4009adf4c/1190029/ex/bg1.png) no-repeat;
}
.cmr-sender {
  position: absolute;
  top: 58px;
  left: 61px;
  width: 245px;
  height: 58px;
  padding: 5px;
  /*border: 1px solid #0F0;*/
}