React components are functions that return JSX (which looks like HTML, but is actually a flavor of javascript).
Once you create a new function component that returns JSX, you can then use it from inside of another component by returning it like any other component.