import React from "react"; export default function App() { return <div dangerouslySetInnerHTML={{ __html: "First · Second" }} />; }