JSFiddle - React, Tailwind, and code Playground

by aliaksej

JavaScript

function sum(a, b) {
	return a + b;
}