JSFiddle - React, Tailwind, and code Playground by cedric_tarou August 16, 2021 TypeScript const add = (a: number, b: number) => a + b; console.log(add(2,5))