JSFiddle - React, Tailwind, and code Playground

by karthick6891

HTML

<!-- random template -->   

<header id="header">
        
    </header>
	<div role="main">
		<h1>My fantastic site</h1>

		<section>
			<h1>About me</h1>
			<p>I am a man who lives a fascinating life. Oh the stories I could tell
			you...</p>

			<section>
				<h1>What I do for a living</h1>
				<p>I sell enterprise-managed ant farms.</p>
			</section>
		</section>

		<section>
			<h1>Contact</h1>
			<p>Shout my name and I will come to you.</p>
		</section>
	</div>
	
	<footer id="footer">
		
	</footer>