.with-pattern {
  display: inline-block;
  position: relative;
}
.with-pattern:after {
  content: '';
  display: block;
  background: url("https://static.tildacdn.com/tild6132-3739-4662-b863-646163363330/Group_31.svg") repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: 39px;
  pointer-events: none;
}