Problem Description
Create a basic stopwatch in React that lets the user start, pause, and clear.
A basic UI is fine, with simple styles.
It should handle hours, minutes, and seconds.
For example: 01:10:02.

Hints
No hints available for this question.