Create and use custom components in markdown files
Create a tsx file and export the component
Create a tsx file in the src directory. It is recommended to create it in the
src/components directory, but it can be anywhere.src/components/CustomComponent.tsx