JSFiddle - React, Tailwind, and code Playground

HTML

<!DOCTYPE>
<html>
<head>
<style type="text/css">
.title {

border-bottom: 2px solid red;

}
</style>
</head>
<body>
<span class="title">test</span>
</body>
</html>