JSFiddle - React, Tailwind, and code Playground
by Prathameshsb
CSS
* {
background-color: #2c2c2c;
}
JavaScript
function test(s) {
}
console.log(test(''));
/*
*/
by Prathameshsb
* {
background-color: #2c2c2c;
}
function test(s) {
}
console.log(test(''));
/*
*/