<a class="theme-button decor_btn" href="#">
  <svg class="decor_btn__svg" xmlns="http://www.w3.org/2000/svg">
    <rect width="100%" height="100%" rx="25"/>
  </svg>
  
  Обратный <br> звонок
</a>
.theme-button {
  text-align: center;
  background: #de9f8e;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.75px;
  display: inline-block;
  width: auto;
  text-transform: uppercase;
  margin: 0px auto;
  padding: 15px 21px;
  white-space: nowrap;
  text-decoration: none;
  border-radius: 30px;
  position: relative;
  z-index: 0;
}

.decor_btn__svg {
  position: absolute;
  left: 5px;
  top: 5px;
  overflow: visible;
  stroke: white;
  fill: none;
  stroke-width: 1px;
  stroke-dasharray: 7 5;
  z-index: -1;
  
  
  width: calc(100% - 11px); /* 11 == 2 * 5px + 2 * 0.5px */
  height: calc(100% - 11px);
  transform: translate(0.5px, 0.5px); /* 0.5px для выравнивания по пиксельной сетке*/
                                      /* чтобы 1px линия не размывалась */
}

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.