A
Anonymous
Web Form - Copy this React, Tailwind Component to your project
Generate a form with a number input field and two buttons (+ and ) that increase or decrease the counter by 1, with values ranging from 1 to 99 (increments of 1). Additionally, I want an input for the budget (a slider or input range from 0.5 to 100) with increments of 0.5, and a text input field. Next to these, the total should appear, calculated as the number of participants (from the first input) multiplied by the budget (from the second input).
Prompt
