JSFiddle - React, Tailwind, and code Playground by Tushar Thakare November 07, 2018 JavaScript var n = 0; function increment(){ n++; return n; alert(n); }