function App() { return( <> <Abc/> </> ); } export default App; function Abc() { return (<b> Abc Text</b>) } /*<Abc/> will be <b>Abc text </b>*/