import React from "react"; export default function App() { return <div>{["First ", <span key="1">·</span>, " Second"]}</div>; }