I am using the   tag in jsx and it is not rendering the space. The following is a small snippet of my code.Please help.
var Reporting=React.createCla
{'\u00A0'} works but is hard to read, so I wrapped it in a function component:
{'\u00A0'}
components/nbsp.js:
export default () => '\u00A0';
usage:
Helloworld