JSFiddle - React, Tailwind, and code Playground

by ChrisStanyon

JavaScript

function getId() {
	return 17
}

const ID = getId()

console.log(ID)