import * as React from 'react'; export function App() { return ( <div style={{ width: '400px' }}> <button>Wow</button> </div> ); }