how to set dynamic size in react js

JavaScript
window.innerWidth == 1440 ? 800 : 400
Source

Also in JavaScript: