<title>My Example</title>
.scrollable-table-container {    -webkit-overflow-scrolling: touch; 
    border-collapse: collapse;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
.h-scroll-table thead th {    background-color: #f8f9fa;
    border-bottom: 2px solid #dee2e6;
.h-scroll-table tbody td {    border-bottom: 1px solid #e9ecef;
.h-scroll-table tbody tr:last-child td {.h-scroll-table tbody tr:nth-of-type(even) {    background-color: #f8f9fa;
<div class="scrollable-table-container">
    <table class="h-scroll-table">
                <th scope="col">Order ID</th>
                <th scope="col">Customer</th>
                <th scope="col">Email</th>
                <th scope="col">Items</th>
                <th scope="col">Total</th>
                <th scope="col">Order Date</th>
                <th scope="col">Status</th>
                <td>jack.dingle@example.com</td>
                <td>ally.smith@example.com</td>
                <td>sam.wilson@example.com</td>
                <td>maria.garcia@example.com</td>