/* Делаем ссылку на инст позиционируемой */
a[href*="https://www.instagram.com/l.y.k.k.e.h.o.m.e/"] {
    position: relative;
}

/* Рисуем звёздочку поверх иконки */
a[href*="https://www.instagram.com/l.y.k.k.e.h.o.m.e/"]::after {
    content: "*";
    position: absolute;
    top: -4px;
    right: -4px;
    font-size: 14px;
    color: #ffffff; /* поменяй при необходимости */
}
