<inputclassName="todo-name"defaultValue={name}type="text"placeholder="Enter the Name of the List"onChange={handleChange}/>
<inputclassName={`${completed && "strike"}`}readOnly={completed}defaultValue={name}type="text"placeholder="Enter the Name of the List"onChange={handleChange}/>