JSFiddle - React, Tailwind, and code Playground

by Vladymyr Shevchuk

JavaScript

const sum = (a, b) => {
  return ;

console.error(sum(1, 2));