Como definir a primeira coluna da tabela no centro em CSS

tr > td:first-child {
    text-align: center;
}
Happy Herring