.xcolorz6Cj4 {
 margin: 1rem;
 div {
  margin: 1px;
  padding: 1ex;
  color: red;
  background-color: grey;
  text-shadow: 0 0 5px green;
  width: fit-content;
 }
 div::after {
  content: attr(style);
 }
}
