JSFiddle - React, Tailwind, and code Playground

by eleonore

HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Документ без названия</title>
<style type="text/css">
table{width:100%;border:0;}
.first{ background:#FF1A36; color:#FFF;}
.two{background:#FF8000; color:#CCC;}
.tree{background:#FF6; color:#000;}
</style>
</head>

<body>
<table cellspacing="0" cellpadding="5">
<tr><td class="first">Шаг 1</td><td class="two">Шаг 2</td><td class="tree">Шаг 3</td></tr>
</table>
</body>
</html>