JSFiddle - React, Tailwind, and code Playground

HTML

je test js. et j'aime ça. je suis ... ok

JavaScript

document.body.innerHTML += "<br>"+
	document.body.innerHTML.replace(/\.\s([a-z])/g, function (c){
		return c.toUpperCase();
	});