This will not work:
{/* deno-lint-ignore react-no-danger */}
<div dangerouslySetInnerHTML={{__html: content}} />
The code generated from Deno LSP code action is not working either:
// deno-lint-ignore react-no-danger
<div dangerouslySetInnerHTML={{__html: content}} />
So obviously there's bug in Deno LSP as well.