Property outline-offset

Offsets an outline, and draws it beyond the
border edge

.outline-offset {
  outline: 2px dashed blue;
  outline-offset: var(--outline-offset, .5em);
}