JSFiddle - React, Tailwind, and code Playground
HTML
<body leftmargin="0" topmargin="0" rightmargin="0" marginwidth="0" marginheight="0">
<!-- HEADER -->
<div style="background-color: black;">
<br />
<table style="width: 65%;" align="center">
<tr>
<td valign="top" align="left" style="width: 40%;">
<img alt="Logo" src="images/EVlogo-Blk.png" width="300px" height="78px" /><br />
</td>
<td style="width: 60%;">
<table style="width: 100%;" align="right">
<tr>
<td class="style1">
</td>
</tr>
<tr>
<td colspan="2">
<table width="100%">
<tr>
<td class="style2">
<br />
<br />
<ul class="nav">
<li class="dropdown"><a runat="Server" id="contacts" href="">CONTACT</a>
<ul>
<li><a target="_blank" href="SignUp.aspx">SIGN-UP</a></li>
<li><a target="_blank" href="Password.aspx">FORGOT PASSWORD</a></li>
<li><a target="_blank" href="ContactUs.aspx">CONTACT US</a></li>
</ul>
</li>
<li class="dropdown"><a runat="Server" id="how" href="">HOW</a>
<ul>
<li><a href="How1.aspx">IT WORKS</a></li>
...
CSS
body {
width: 100%;
color: #5a5959;
font-size: 18px;
font-family:"Lao UI";
margin: 0;
}
/* sections*/
#banner {
background: transparent url(http://placehold.it/2000x660px) no-repeat;
background-size: contain;
height:660px;
color: #fff;
font-size: 24px;
}