div[class~="language-jsx"]:before {
    content: 'jsx';
}

div[class~="language-vue-hybrid"]:before {
    content: 'vue-hybrid';
}