JSFiddle - React, Tailwind, and code Playground

by vijayweb

HTML

<link rel="stylesheet" href="http://twitter.github.com/bootstrap/assets/css/bootstrap.css">
<!DOCTYPE html>
<html>
<head>
<title>Basic Canvas Structure</title>
</head>
<body id="mibodi" >
<canvas id="micanvas" width="528" height="528">
Este texto se muestra para los navegadores no compatibles con canvas.
<br>
Por favor, utiliza Firefox, Chrome, Safari u Opera.
</canvas>
    <br>
    <div id="savememe" class="btn btn-primary">Save</div>
</body>
</html>