JSFiddle - React, Tailwind, and code Playground

by Che Sampat

HTML

<section class=" section">
  <div class="container ">
    <div class='justify-content-center'>
      <div class='white-box'>

        <p class='white-box-title h3'>Authentication</p>

        <input type="text" class="input" placeholder="Enter your email">
        <input type="password" class="input" placeholder="Enter your password">

        <button class='button button-primary button-block'> Login</button>
      </div>
    </div>


  </div>
</section>