JSFiddle - React, Tailwind, and code Playground

by Nikhil krishnan

HTML

<body>
  <span>span</span>test
</body>

CSS

body{
  background-color: red;
  color: white;
}
span{
  color: green;
}

JavaScript

alert('Vipul');