npm i -D react-embedly
import React from 'react';
import ReactDOM from 'react-dom';
import Embedly from 'react-embedly';
ReactDOM.render(
<Embedly url="an url you want to embed" apiKey="your embedly api key" />,
document.getElementById('content')
);