React Refs

Refs are created using React.createRef() and attached to React elements via the ref attribute.

Code :