JSFiddle - React, Tailwind, and code Playground
HTML
<form>
<input type="name" placeholder="Full Name">
<input type="email" placeholder="Email Address">
<button type="submit" class="button button-primary">Send Request</button>
</form>
CSS
body {
font-family: monospace;
font-size: 22px;
}
html {
font-family: monospace;
font-size: 22px;
}