JSFiddle - React, Tailwind, and code Playground
by Frank Liu
HTML
<div class="box">
Hello from the other side
</div>
CSS
.box {
margin: 10px;
color: red;
border: 1px solid red;
padding:20px;
}
by Frank Liu
<div class="box">
Hello from the other side
</div>
.box {
margin: 10px;
color: red;
border: 1px solid red;
padding:20px;
}