JSFiddle - React, Tailwind, and code Playground

by sinhviencntt

HTML

<!DOCTYPE html>
<html>
	<head>
		<title>Hoc JavaScript SinhVienCNTT.net</title>
		<script>
			var cntt = 'Xin Chào!';
			var CNTT = 'Các bạn';
	    	document.write(cntt + "<br>");
	    	document.write(CNTT + "<br>");
	    	document.write("SinhVienCNTT.net<br>");
		</script>
	</head>
	<body>

	</body>
</html>