CSS Set Property with Data Attribut

div::after {
  content: attr(data-whatever);
}
mattia896