<!doctype html><style>
button {
position: relative;
padding: 20px;
background: initial;
}
button:after {
content: "";
position: absolute;
left: 0;
top: 0;
background: green;
width: 100%;
height: 100%;
}
</style><body><button></button>