I am working on a react app and stuck over how to display apostrophe in jsx. I have some text which should come with apostrophe but its coming with code.
What I need is : This is ashwani`s app
How its coming is : This is ashwani's app'
What I am using is : tittle = 'This is ashwani's app'
I also tried : 'This is ashwani${'''}s app'
But nothing is working.