JSFiddle - React, Tailwind, and code Playground

by kryo

HTML

<div class="m-inner">This is the innerFrame page!</div>

<div class="m-link">
  Click: <a href="http://w3forge.org/">HERE</a>
</div>

CSS

.m-inner {
  padding: 10px;
  font-family: "Trebuchet MS";
  background: black;
  color: white;
}
.m-link {
  padding: 10px;
}

a {
 color: red;
 text-decoration: none;
}
a:hover {
 color: black;
 text-decoration: underline;
}

JavaScript

/**

  Message to viewer:

    Change to Result tab

**/