Is There a Way to Create a Reusable Static Data Component in Strapi?

What’s the use case for a reusable component with static data?

You could certainly use a relation for this. Unfortunately you can’t create relations with single types but you could create a collection type and just have a single entry in it that you select as the relation in every other collection you want to reference it.