JSFiddle - React, Tailwind, and code Playground

HTML

</head>
<body onload="MM_preloadImages('imges/html images/home-4.jpg','imges/html images/about-4.jpg','imges/html images/galleries-3.jpg','imges/html images/contect-4.jpg')">

<div id="container">
  
  <div id="header">
    
  </div>
  <div id="tab">
    <table width="940" border="0" cellpadding="0" cellspacing="1">
      <tr>
        <td height="52" scope="col"><a href="#" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('contect','','imges/html images/contect-4.jpg',1)"><img src="imges/html images/contect-3.jpg" width="235" height="52" id="contect2" /></a></td>
        <td><a href="#" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('galleries','','imges/html images/galleries-3.jpg',1)"><img src="imges/html images/galleries-4.jpg" width="235" height="52" id="galleries2" /></a></td>
        <td><a href="#" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('about','','imges/html images/about-4.jpg',1)"><img src="imges/html images/about-3.jpg" width="235" height="52" id="about2" /></a></td>
        <td><a href="#" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('home','','imges/html images/home-4.jpg',1)"><img src="imges/html images/home-3.jpg" width="235" height="52" id="home2" /></a></td>
      </tr>
    </table>
  </div>
  <div id="apDiv1"></div>
  <div id="apDiv7"></div>
  <div id="apDiv6"></div>
  
  <div id="apDiv8"></div>
  <div id="apDiv2"></div>
</div>
</body>
</html>

CSS

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1255" />
<title>Untitled Document</title>
<style type="text/css">
#container {
	position: relative;
	width: 960px;
	height: 1200px;
	z-index: 1;
	border: thick solid #000;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 4px;
}
#header {
	position: relative;
	width: 960px;
	height: 146px;
	z-index: 2;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	border-bottom-style: solid;
	border-bottom-width: medium;
	border-bottom-color: #ac1c33;
	margin-right: auto;
	margin-left: auto;
	left: 0px;
	top: 0px;
	background-image: url(imges/html%20images/canstockphoto178167560_comp.jpg);
}
#tab {
	position: relative;
	width: 960px;
	height: 54px;
	z-index: 4;
	background-color: #57010c;
	border-bottom-width: thin;
	border-bottom-style: solid;
	text-align: left;
}
#apDiv1 {
	position: relative;
	width: 480px;
	height: 721px;
	z-index: 7;
	background-image: url(imges/html%20images/1646779_stock-photo-old-grunge-paper-background-with-vintage-victorian-style1.jpg);
	direction: rtl;
	float: left;
}
#apDiv6 {
	position: relative;
	height: 714px;
	z-index: 9;
	border: double #640c1a;
	background-image: url(imges/html%20images/1646779_stock-photo-old-grunge-paper-background-with-vintage-victorian-style3.jpg);
	overflow: auto;
	width: 77px;
}
#apDiv7 {
	position: relative;
	width: 395px;
	height: 721px;
	z-index: 10;
	background-image: url(imges/html%20images/1646779_stock-photo-old-grunge-paper-background-with-vintage-victorian-2style.jpg);
	float: right;
}
#apDiv8 {
	position: relative;
	width: 960px;
	height: 71px;
	z-index: 11;
	float: left;
	background-image: url(imges/html%20images/canstockphoto1781675600_comp.jpg);
}
#apDiv2 {
	position: relative;
	width: 960px;
	height: 209px;
	z-index: 12;
	float:...

JavaScript

</style>
<script type="text/javascript">
function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}
function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}

function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
</script