JSFiddle - React, Tailwind, and code Playground

by Dedi Wibisono

JavaScript

function multiple(a, b) {
  return a * b
}

multiple(5,2)