import { h } from 'preact'; export default function Heading({ children, className = '', size = '2xl' }) { return (