JSFiddle - React, Tailwind, and code Playground
by Ilya Karpuk
HTML
<button id="parse">Parse</button>
<div id="container"></div>
CSS
.line{
width: 100%;
}
.node {
background-color: #eee;
text-align: center;
width: 200px;
height: 400px;
margin-left: 8px;
margin-top: 8px;
display: inline-block;
}
JavaScript
txt='<data>' +
'<img>' +
'<imagename>DarkTwister.png0</imagename>' +...