JSFiddle - React, Tailwind, and code Playground
by cchana
HTML
<main>
<h1>Consolidate your online presence with Shout</h1>
<h2>The link website built for humans and search engines.</h2>
<p>The pefrect way for for individuals and businesses to bring links to their online presence together.</p>
<h3>Reserve your place in our queue</h3>
<p>Submit your email address to receive an invite.</p>
<fieldset>
<form>
<label for="emailaddress">Reserve your place</label>
<input type="text" placeholder="[email protected]" id="emailaddress" />
<input type="submit" value="Request invite" />
</form>
</fieldset>
<p><small>We only want your email address so we can send you an invite, we'll delete it as soon as your invite goes out. You can opt in to marketing emails <a href="#">here</a>.</small></p>
</main>
<footer>
<p>© 2020 Shout.</p>
</footer>