JSFiddle - React, Tailwind, and code Playground
JavaScript
var str = "Hello World!";
var res = str.toLocaleLowerCase();// res = hello world!
alert(res);
var str = "Hello World!";
var res = str.toLocaleLowerCase();// res = hello world!
alert(res);