JSFiddle - React, Tailwind, and code Playground

HTML

<table cellpadding="0" cellspacing="0" style="width: 100%; background-color: #F5F5F5; border-bottom: 1px solid #E5E5E5" border='1'>
    <tr>
        <td style="height: 70px; padding-left: 10px; padding-top: 5px; width: 290px; padding-right: 10px">
            logo_271-50.png
        </td>
        <td style='width: 100%'>
            <table cellpadding="0" cellspacing="0" style="width: 98%; border: 1px solid #999999; background-color: white">
                <tr>
                    <td style="padding-left: 10px; height: 26px; width: 100%">
                        <div class="textAlignRight" style='width: 100%'>
                            <input type='text' id="txtSearch" style='width: 100%; height: 18px' />
                        </div>
                    </td>
                    <td style="vertical-align:middle; padding-right: 3px; width: 1%">
                        <div>
                            home_button_search.jpg
                        </div>
                    </td>
                </tr>
            </table>
        </td>
        <td style="padding-left: 8px; padding-right: 8px;border: none">
            <select>
                <option>email</option>
                <option>telephone</option>
            </select>       </td>
        <td align="right" class="textAlignRight pr10">
            <div class="floatRight">
                <div style="height: 45px; text-align: right">
                    logo_email.png
                </div>
            </div>    
        </td>
    </tr>
</table>

JavaScript

window.size()