JSFiddle - React, Tailwind, and code Playground
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<link href="http://oridomi.com//css/demo.css" rel="stylesheet" type="text/css">
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
<script type="text/javascript" src="http://mohwa.org/js/oridomi.js"></script>
<script type="text/javascript">
var $domi1 = null;
var $domi2 = null;
window.onload = function(){
$domi1 = $('#my1').oriDomi({ vPanels: 5, hPanels: 5,
perspective: 300, speed: 300, shading: false
});
}
</script>
<title>oridomi</title>
</head>
<body>
<div id="my1" class="demo demo4" style="width:500px;">
<h1>hello.</h1>
</div>