JSFiddle - React, Tailwind, and code Playground
HTML
<!DOCTYPE html>
<html>
<script>
var closeTab = function() {
self.close();
}
</script>
<body>
<button onclick="closeTab()">Close this tab</button>
</body>
</html>
<!DOCTYPE html>
<html>
<script>
var closeTab = function() {
self.close();
}
</script>
<body>
<button onclick="closeTab()">Close this tab</button>
</body>
</html>