JSFiddle - React, Tailwind, and code Playground
by Milan Gladiš
HTML
<iframe src="https://app.vectary.com/p/0oI6C76RMyyRLCtIfZ9ZXp" frameborder="0" width="100%" height="100%"></iframe>
CSS
html {
height: 100%;
font-family: 'Inter', sans-serif;
color: #fff;
font-size: 10px;
}
body {
height: 100%;
display: flex;
justify-content: center;
align-items: center;
gap: 2.4rem;
background-color: #151617;
}
iframe {
opacity: 0.5;
}