UNPKG

formidable-playbook

Version:
3 lines (2 loc) 164 B
export const red = (id, msg) => `<h1 id="${id}" style="color: red">${msg}</h1>`; export const blue = (id, msg) => `<h1 id="${id}" style="color: blue">${msg}</h1>`;