JSFiddle - React, Tailwind, and code Playground

by cedric_tarou

TypeScript

const add = (a: number, b: number) => a + b;

console.log(add(2,5))