JSFiddle - React, Tailwind, and code Playground by kkdaily October 17, 2019 JavaScript function test({ hello: world }) { alert(world) } test({ hello: 'testing'})