<label>
<span>111</span>
<label>
label {
display: block;
background-color: black;
position: relative;
}
label:after {
content: "";
position: absolute;
width: 100%;
top: 0;
height: 100%;
background-color: white;
left: 0;
}
span {
color: red;
}