JSFiddle - React, Tailwind, and code Playground
by Rahsheen Porter
HTML
<html>
<head>
<meta charset="utf-8">
<title>Twitch Api</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.6/css/bootstrap.min.css" integrity="sha384-rwoIResjU2yc3z8GV/NPeZWAv56rSmLldC3R/AZzGRnGxQQKnKkoFVhFQhNUwEyJ" crossorigin="anonymous">
</head>
<body>
<div class="flexcontainter">
<h1 class="">Twitch API App</h1>
</div>
</body>
</html>
CSS
body{
background-color: red;
}