### Question How can I use React's [dangerouslySetInnerHTML](https://reactjs.org/docs/dom-elements.html#dangerouslysetinnerhtml) feature? ### Answer A minimal (contrived example): ```clj [:div {:dangerouslySetInnerHTML {:__html ""}}] ``` *** Up: [FAQ Index](../README.md)