JSFiddle - React, Tailwind, and code Playground

by e_kurbanov

JavaScript

function setUrl(value){
		console.log('test')
		history.replaceState(null, null, 'hello');
}

setUrl('test');