cara mengatur kolom pertama tabel di tengah di CSS

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