JSFiddle - React, Tailwind, and code Playground
HTML
<table class="tire-info-table" cellspacing="0"><tr><th>Load...
CSS
.tire-info-table {
border-collapse: separate;
}
.tire-info-table td {
text-align: center;
padding: 8px;
}
.tire-info-table tr th , .tire-info-table tr td {
border-bottom: 1px outset black;
}
.tire-info-table tr th:first-child , .tire-info-table tr td:first-child {
border-right: 1px inset black;
}