JSFiddle - React, Tailwind, and code Playground

by totoromaum

HTML

<!DOCTYPE html>
   <body>
<h3>Definition list</h3>
<dl>
<dt> apple </dt>
<dd> A fruit </dd>

</dt> 


   </body>