<div class="item">
  <div class="label">
    asdasdasd
  </div>
</div>
body {
  background: rgba(12, 77, 162, 0.07);
  
}
.item {
      padding: 40px 30px 30px;
  width: 300px;
            background-color: #fff;
            border-radius: 15px;
            box-shadow: 0px 0px 18px rgba(171, 171, 175, 0.45);
            position: relative;
/*             z-index: 9999; */
            margin-right: 70px;
           
}
.label {
       position: absolute;
                top: 50%;
                margin-top: -15px;
                right: -70px;
                 height: 30px;
  
                border-radius: 15px;
                background-color: #ffec00;
                width: 80px;
             
                z-index: -1;
                display: flex;
                justify-content: center;
                align-items: center;
}

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.