JSFiddle - React, Tailwind, and code Playground

by Nav

HTML

<div id="header" style="background: #555;margin: 0px; padding 0px; position: fixed; top: 0px; left: 0px; width: 100%; height: 50px;">
	</div>
	
	<div id="menu" style="background: #444;margin: 0px; padding 0px; position: fixed; top: 50px; left: 0px; width: 200px; height: 300px;">
	</div>
	
	<div id="center" style="background: #666;margin: 0px; padding 0px; position: fixed; top: 50px; left: 200px; width: 100%; height: 500px;">
	</div>
	
	<div id="footer" style="background: #777;margin: 0px; padding 0px; position: fixed; bottom: 0px; right: 0px; width: 100%; height: 50px;">
	</div>