Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
<!-- uncomment for React master
<script src="http://react.zpao.com/builds/master/latest/react.js"></script>
-->
<script src="//fb.me/react-with-addons-0.12.1.js"></script>
  <meta charset="utf-8">
  <title>JS Bin</title>
</head>
<body>
</body>
</html>
 
[class] {
  position: relative;
}
[class]:hover::before {
  color: rgba(0,0,0,0.6);
  display: block;
  font-family: monospace;
  content: '.'attr(class);
  position: absolute;
  background: rgba(255,255,255,0.9);
  padding: 0.2em;
  pointer-events: none;
  z-index: 1000;
  right: 0;
  bottom: 0;
}
Output

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
anonymouspro
0viewers