Consider adding GlTableSimple component

We have a few places where even GlTableLite is too complex, or just inappropriate, but we want correct table styling by default.

A solution would be to create a GlTableSimple component, much like BTableSimple from Bootstrap Vue (but not based on it!), which pretty much just encapsulates the <table> element and applies a few classes.