My prompt to Anthropic's #Claude:
> JS to make the `thead` stick to the top of the page as a user scrolls
Instead of suggesting a pure CSS <style> element, Claude suggests that the "simplest and most recommended approach" is to write a JS function which runs after the DOM has loaded, to build a CSS <style> element on the page.