JSFiddle - React, Tailwind, and code Playground
by Wosley Bago
HTML
<!DOCTYPE html>
<html>
<script src="http://www.w3schools.com/lib/w3data.js"></script>
<body>
// There is content here
<div w3-include-html="footer.html"></div>
// There is content here
<script>
w3IncludeHTML();
</script>
</body>
</html>