JSFiddle - React, Tailwind, and code Playground

HTML

<!DOCTYPE html>
<html>
<body>
<thead><tr><th>Event | </th><th>Date | </th><th>Time | </th><th>Tickets</th></tr></thead>
    <br>
<select>
  <option value="volvo" style="height: 20px">Devils vs Hurricanes | Saturday February 21 2015 | 0.791666667 | 4  </option>
  <option value="saab">Devils vs Bruins | Friday February 27 2015 | 0.791666667 | 10  </option>

</select>
  
</body>
</html>