export default function () {
  return (
    <div style={{ backgroundColor: 'white' }}>
      <Playground 
        codeText={"<ReactFormattedAmount amount={1337} currency={'$'}/>"}