Jak wyrównać tekst wewnątrz li do jego centrum

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