JSFiddle - React, Tailwind, and code Playground

by holdoffhunger

JavaScript

var thing = 0;
var newthing = Math.ceil(thing / 15) * 15;
console.log(newthing);