blocks/multiplatform/highlighted-bg/highlighted-bg.tsx (6 lines of code) (raw):

import styles from './hightlighed-bg.module.css'; export function HighlightedBg({children}) { return ( <div className={styles.highlightedBg}> {children} </div> ); }