Comment aligner le texte à l'intérieur d'un Li sur son centre

li {
    display: flex;
    flex-direction: row;
    align-items: center;
}