JSFiddle - React, Tailwind, and code Playground

by Imri Paloja

HTML

<h1 style="color: green;">
      GeeksforGeeks
    </h1>

    <h2>
      HTML | autocapitalize Attribute
      with &lt;input&gt; Tag
    </h2>

    Name:
    <input type="text" autocapitalize="words" autofocus>
    <br><br>

    <!-- Assign id to the Button. -->
    <button id="GFG">
      Submit
    </button>
    <br>