JSFiddle - React, Tailwind, and code Playground

by darkajax

HTML

<FRAMESET cols="20%, 80%">
  <FRAMESET rows="100, 200">
      <FRAME>
      <FRAME>
  </FRAMESET>
  <FRAME>
  <NOFRAMES>
      <P>Este conjunto de marcos contiene:
      <UL>
      <LI><A href="contenidos_del_marco1.html" />Contenidos chéveres</A></LI>
      <LI><IMG src="contenidos_del_marco2.gif" alt="Una imagen chévere" /></LI>
      <LI><A href="contenidos_del_marco3.html">Más contenidos chéveres</A></LI>
      </UL>
      </p>
  </NOFRAMES>
</FRAMESET>