JSFiddle - React, Tailwind, and code Playground by fakeguybrushthreepwood August 10, 2012 JavaScript function add10(x) { return x + 10; } document.write(add10(2));