React App with Student Data from API, Able to add Tags

What features you’d like to see or what I could improve on?

**Current ISSUE: the tags that can be added for each student DON’T render on the screen as they are inputed. They will only render after the drop down is closed and opened again or if a number of tags are entered consecutively. (See this feature by clicking the plus button. )

The project and code can be found here:

The Tags.js component is called in Card.js
I’ve tried different ways to use useEffect to re-render the tags but have been unsuccessful thus far…

Thanks!
Matt