JSFiddle - React, Tailwind, and code Playground

by VolkerShmuley

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

* {
 font-family: monospace;
 font-size: 22px;
}