A
Anonymous
Feature Rich Form - Copy this React, Tailwind Component to your project
<form-action="https://www.example.com/api/submit"-method="POST">-<!---Task-1:-Create-an-<input>-element-with-type-attribute-set-to-'hidden'.--->-<input-type="hidden"-<!---Task-1--->-name="name"-<!---Task-2:-Set-<input>-element's-name-attribute-value-to-'name'.--->-value="John-Doe">-<!---Task-3:-Set-<input>-element's-value-attribute-value-to-'John-Doe'.--->-</form>
Prompt
