JSX
<div> <style>{` p::before { content: ""; } `}</style> <p>Hello World.</p> </div>
Console
Sandbox
https://codesandbox.io/s/text-content-does-not-match-forked-poqkij?file=/pages/index.js:53-181