JSFiddle - React, Tailwind, and code Playground by LyndseyB July 02, 2019 JavaScript function increment(x) { return ++x; } console.log(increment(1));