[ ] The reset button is missing an accessible name, it is currently announced as "times" or "multiplication" depending on the screen reader. It should have aria-label="Reset".
[ ] The reset button is a link, though it should be conveyed as a button to screen reader users, using role="button".
aria-label="Reset"
.role="button"
.Potentially helpful resources: