const StatPill = ({ req, rec }) => (
{req} required {rec} recommended
); window.SpecComponents = window.SpecComponents || {}; window.SpecComponents.StatPill = StatPill;