This is component <Captcha /> wich supports properties: language, theme, type, sitekey, callback
npm install react-captchajsx
const Captcha = require('react-captcha');
sitekey = 'your_sitekey'
lang = 'en'
theme = 'light'
type = 'image'
callback = {(value) => console.log(value)}/>
``