--- import Color from '../components/Color.jsx'; let title = 'My Site'; const colors = ['red', 'yellow', 'blue',]; --- My site

{title}

{"I'm some super long text and oh boy I sure do hope this formatter doesn't break me!"} {colors.map(color => (
))}