JSFiddle - React, Tailwind, and code Playground

by totoromaum

HTML

<!DOCTYPE html>
   <body>
<h3>Definition list</h3>
<dl>
<dt> apple </dt>
<dd>
<ul>
<li>this is so much fun </li>
</ul>

</dd>

</dt> 


   </body>