Compile your prompt into code
/** @jsxImportSource npm:react */ export default function() { return <h1>{new Date().toLocaleTimeString()}</h1>; }