JSFiddle - React, Tailwind, and code Playground

by helgatheviking

HTML

<html>
<body>

</body>
<div id="mobile-footer">
Test this shit
</div>
</html>

JavaScript

$('#mobile-footer').css('border', '3px solid red');