JSFiddle - React, Tailwind, and code Playground

JavaScript

<!doctype html>
<html>  
<head>  
  <meta charset="utf-8">
  <title>My Page Title</title>  
  <meta name="description" content="Page description free text">  
  <meta name="keywords" content="keyword1, keyword2, keyword3">  

  <link rel="stylesheet" href="style.css">  
  <!--script src="script.js"></script-->

</head>  
<body>  
 
 
<div id="hedear">
	<div id="logo">Logo</div>
	<div id="logoright">Logoright</div>
</div>


<div id="menu">Menu</div>


<div id="feturedshell">
	<div id="fetured">fetured</div>
	<div id="feturedextra">feturedextra</div>
</div>


<div id="contendshell">
	<div id="content">Content</div>
	<div id="slidebar">Slidebar</div>
</div>


<div id="boxshell">
	<div id="fbox1">Fbox1</div>
	<div id="fbox2">Fbox2</div>
	<div id="fbox3">Fbox3</div>
	<div id="footerline">Footerline</div>
</div>
   
</body>  
</html>