JSFiddle - React, Tailwind, and code Playground
HTML
<table class="simple row-border hover">
<thead>
<tr>
<th class="secondary-text">
<div class="table-header">
<span class="column-title">Date</span>
</div>
</th>
<th class="secondary-text">
<div class="table-header">
<span class="column-title">Open</span>
</div>
</th>
<th class="secondary-text">
<div class="table-header">
<span class="column-title">Pending</span>
</div>
</th>
<th class="secondary-text">
<div class="table-header">
<span class="column-title">Inprogress</span>
</div>
</th>
<th class="secondary-text">
<div class="table-header">
<span class="column-title">Resolved</span>
</div>
</th>
<th class="secondary-text">
<div class="table-header">
<span class="column-title">Closed </span>
</div>
</th>
<th class="secondary-text">
<div class="table-header">
<span class="column-title">Email</span>
</div>
</th>
<th class="secondary-text">
<div class="table-header">
<span class="column-title">Phone</span>
</div>
</th>
<th class="secondary-text">
<div class="table-header">
...
CSS
table {
max-width: 100%;
border: none;
border-spacing: 0;
text-align: left;
overflow-x: hidden;
}
th, tr {
width:10%;
}