src/applications/_mock-form-ae-design-patterns/patterns/pattern1/ezr/components/MedicaidDescription.jsx
import React from 'react';
const MedicaidDescription = (
<span className="vads-u-font-family--sans vads-u-font-weight--normal vads-u-font-size--base vads-u-line-height--4 vads-u-display--block">
<p className="vads-u-margin-top--0">
Medicaid is a federal health insurance program for adults and families
with low income levels and people with disabilities.
</p>
<p className="vads-u-margin-bottom--0">
<strong>Note:</strong> Some states use different names for their Medicaid
programs.
</p>
</span>
);
export default MedicaidDescription;