JSFiddle - React, Tailwind, and code Playground

by totoromaum

HTML

<!DOCTYPE html>
  <title> Our awesome website</title>
   <body>
<h1 style = "color:RED; background-color: black; text-align:center">Header</h1>   
<p style = "color:red; background-color:black; text-align:center"> This is a awesome paragraph </p>
   
   </body>