JSFiddle - React, Tailwind, and code Playground

by dimskraft

HTML

<link rel="stylesheet" href="https://www.scisbo.com/scisbo-portlet/css/fonts.css">
<table class="block logo">
    <colgroup>
        <col style="width:50%" />
        <col style="width:50%" />
    </colgroup>
    <tr>
        <td>
            <img src="https://www.scisbo.com/image/company_logo?img_id=10939&t=1394350094160" />
        </td>
        <td>
            <table class="menu">
                <tr>
                    <td><a href="https://www.scisbo.com/web/business-solutions/home">Home</a>

                    </td>
                    <td><a href="https://www.scisbo.com/web/business-solutions/about-us">About</a>

                    </td>
                </tr>
            </table>
        </td>
    </tr>
</table>
<table class="block strip">
    <tr>
        <td>Mobility, Connectivity, Interactivity...
            <br/>Your Business Enhanced.</td>
    </tr>
</table>
<table class="block content">
    <tr>
        <td>
            <img src="http://placekitten.com/97/91" align="left" />
             <h1>Lorem ipsum</h1>

            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
        </td>
   ...

CSS

body {
    font-family: Arial, Helvetica, serif;
    color: darkgray;
    background-color: gray;
    font-size: 12px;
    margin: 0px;
}
a:link, a:visited, a:hover, a:active {
    color: black;
    text-decoration: none;
}
img {
    margin: 10px;
}
h1 {
    color: black;
    font-size: 14px;
}
table {
    width: 100%;
}
table.menu {
    width: auto;
    margin-right:100px;
    margin-left: auto;
}
table.menu td {
    padding: 10px;
}
table.logo {
    background-color: white;
    text-align: center;
}
table.strip {
    height: 100px;
    background-color: #252525;
    color: white;
    text-align: center;
    font-size:20px;
    line-height: 200%;
    font-family: lato-regular;
}
table.content {
    background-color: white;
    padding: 50px 150px 50px 150px;
    line-height: 200%;
}
table#footer_top_table {
    color: white;
    background-color: #0093d0;
    padding: 50px;
}
table#footer_top_table td {
    vertical-align: top;
}
table#footer_top_table ul {
    padding: 0px;
    margin: 0px;
}
table#footer_top_table li {
    
    list-style-type: none;
}
table#footer_top_table a:link, table#footer_top_table a:visited, table#footer_top_table a:hover, table#footer_top_table a:active {
    color: white;
    text-decoration: none;
}
table#footer_bottom_table {
    color: white;
    background-color: #005489;
}