CSS Ustaw właściwość z atrybutem danych

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