`import React from 'react';
export const element = (targ = '_self') => { return <a href="google.com" target={targ}>Google</a> }; `