JSFiddle - React, Tailwind, and code Playground

by deathstalkersid

HTML

<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css">
<div class="col-6 mb-3">
  <div class="input-group form-floating">
      <input class="form-control" disabled placeholder="Email" />
      <label>Email</label>
    </div>
    <span class="input-group-text text-success font-weight-bold">✓</span>
</div>
<div class="col-6 mb-3">
  <div class="form-floating">
    <input class="form-control" placeholder="New Email" />
    <label> New Email</label>
    <span asp-validation-for="Input.NewEmail" class="text-danger"></span>
  </div>
</div>