JSFiddle - React, Tailwind, and code Playground

HTML

<!DOCTYPE html>
<html>
<head>
<style>
area1 {color: green;}
body {color: blue;}
area2 {color: red;}
</style>
</head>
<body>
<area1>this is area1 text</area1>
this is body text
<area2>this is area2 text</area2>
</body>
</html>