JSFiddle - React, Tailwind, and code Playground

by ryanwfiorini

HTML

<form method="get">
  <label for="yourName">Your name</label>
  <input name="yourName" id="yourName" type="text">
  <button type="button">Submit</button>
</form>
<div id="result">
  <span class="rName"></span>
</div>