JSFiddle - React, Tailwind, and code Playground

by totoromaum

HTML

<!DOCTYPE html>
   <body>
   
   <h1>Header</h1>
   
   <p>This is a <b>paragraph</b><i> in</i> <u>html</u></p>
   <a href = "http://google.com">this link goes to Google.com</a>
   
   
   
   </body>