Insert Google Adsense after 3rd paragraph
I am trying to work out, in nextjs (reacts) how would I insert a Google Adsense after say the 3 paragraph in the article?
basically we embed the content like this
<Card.Body dangerouslySetInnerHTML={{__html: data.news.content }}>
And somehow I want to after it is loaded to check how many paragraph and insert the ad after say 3 paragraphs.