const App = () => { const [value, setValue] = useState(""); const handleChange = (e) => { const targetValue = e.target.value;