Cómo alinear el texto dentro de un LI a su centro

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