JSFiddle - React, Tailwind, and code Playground

by geortravel

HTML

<div class="bar-bold">
     <h1 class="headline-bar">Flight Summary</h1> 
    <div class="inner">
        <div class="itinerary">
            <legend>Outbound - Sun 19 Jul 2015</legend>
            <table width="100%">
                <tbody>
                    <tr>
                        <td width="30%">Airline:
                            <img alt="CX" src="http://res.cloudinary.com/wego/image/upload/c_fit,w_80,h_27/flights/airlines_rectangular/CX.png">
                        </td>
                        <td width="20%">Flight No.: <strong>CX754</strong> 
                        </td>
                        <td width="20%">Origin: <strong>BKK</strong> 
                            <br>Depart Time: <strong>12:40</strong> 
                        </td>
                        <td width="30%">Destination: <strong>MNL</strong>  <em>Via HKG</em> 
                            <br>Arrive Time: <strong>20:10</strong> 
                            <br>Duration: <em>6h 30m </em> 
                        </td>
                    </tr>
                </tbody>
            </table>
        </div>
        <div class="separator"></div>
        <div class="itinerary">
            <legend>Inbound - Mon 20 Jul 2015</legend>
            <table width="100%">
                <tbody>
                    <tr>
                        <td width="30%">Airline:
                            <img alt="CX" src="http://res.cloudinary.com/wego/image/upload/c_fit,w_80,h_27/flights/airlines_rectangular/CX.png">
                        </td>
                        <td width="20%">Flight No.: <strong>CX902</strong> 
                        </td>
                        <td width="20%">Origin: <strong>MNL</strong> 
                            <br>Depart Time: <strong>20:00</strong> 
                        </td>
                        <td width="30%">Destination: <strong>BKK</strong><em> Via HKG</em> 
                            <br>Arrive Time: <strong>01:05</strong> 
                        ...